I’ve been struggling with this ‘android.view.InflateException’ issue in this log for a long time. The issue was that an activity composed of the Room database and Recyclerview could not be executed in API level 21/22. Of course, if I adjust the minSdk 21 setting higher to 23, that’s it. But…
[Kotlin] How to update Room database from website files’ data
This article is about how to directly put and update a database file from website files’ data when updating data in App. When users want to use a database in Android app, Room Database and Recycle View are usually recommended. It is easy for users to add, edit, and delete…
구글 애드몹 ‘광고 게재 제한’ 푸는 법
구글 애드몹을 시작하신 분들이 겪는 가장 당혹스러운 첫 경험은 ‘광고 게재 제한’ 처분을 받았을 때일 것이다. 그 제재가 구체적으로 왜 부과되는지 그리고 해결책은 무엇인지 당장에 파악할 수 있도록 되어 있지 않다. 구글에서 제시하는 해결책은 원용적인 가이드 라인 수준이기 때문에 직접 대응에 성공해본 사람이 아니면 그 가이드 라인을 적용하기란 쉽지 않다….
다크모드 설정시 유의 사항
웹사이트에서 다크모드 대응시 핵심 사항이다. 다크모드를 구현하는 다양한 코드가 유통되고 있지만, 안드로이드 디바이스의 웹뷰를 고려했을 때 잘 먹히지 않는 경우가 많다. 다음 사항을 고려하면 안드로이드 웹뷰를 포함한 거의 모든 디바이스에서의 다크모드 구현이 안정적으로 구현된다. 우선 title 밑에 다음 코드를 기입할 것. 그 다음은 style이 시작 되는 부분에 다음 코드를 기입할…
Twenty Seventeen: Remove “menu” text from the mobile menu
When switching to a mobile device, the menu changes position and, requires the user to click on the hamburger button to swipe it out from the right edge. Near to the button, you can see the “menu” text which is actually hardcoded and, you can’t change it or remove it….