Skip to content

Tag: android-studio

Show the current date in a Datepicker

I have two questions; my app has 2 textview datepickers, both of which I will use for a record. My problem is: 1.- How can I do so that when displaying the datepicker (the box to choose the date); the current date is selected. 2.-How can I validate the start date with the end date according to my code; or

unable to add Firebse to my android studio

I am trying to add firebase to my app and followed every step as told in https://firebase.google.com/docs/android/setup but as soon as a launch the app it crashes with the error I have also cross checked my gradle moudle and every thing seems to be fine, here is my gradle module Even in graple project everyth…

SQL Insert query not storing upon button press

I am creating a project in which a database can be read and modified through an app. The tutorial for the insert section has lost me though. Using lowercase to begin a word causes a syntax error, fine. But, when capitalising the first letter it is accepted. The page then closes and takes you back to the main …