Skip to content

Tag: android

android splash screen timer plugin

I am new into developing android app, and I am trying to check if session is logged in, If the user is loggedin, It should not show the splash screen, but it the user is not loggedin, it should show the splash screen for 3 seconds. (Using code from http://web.archive.org/web/20130712051340/http://www.androidh…

How do I use SQLite in android?

I’ve founde already a few answers to this topic (for example this), but it is not working. I only get the warning, that it cannot resolve the method ‘openOrCreateDatabase(java.lang.String, int, null)’. Here is my sourcecode: Answer SQLite is a opensource SQL database that stores data to a te…

Android: checking a button is enabled

I am having problems testing my app. I created an espresso test which is supposed to fail, since whenever I launch my app in the emulator, I get the expected behavior. There is my test: When launching the test, nothing is reported, whereas nextQuestionButton should not be enabled upon clicking the radioButton…

Gray line inside cardview :)?

How do I remove the gray line (you can see on the screen) at the bottom of CardView? Archive with source-code I reviewed everything. I don’t understand what the problem is. Its my item CardView. when all is good, but when I write another value and line appears! Answer Just use “com.google.android.materi…