• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. AQSAANUM

    How to make a permanent signup account in android

    Hey, I am making an app and I used sqlite as database. But whenever I uninstall and reinstall my app, previous accounts which I have made before uninstalling the app doesn't exists. I want to make it the way that if user creates account on it and then uninstall that app, then whenever he/she...
  2. AQSAANUM

    Apps Difficulty in fetching password from a specific row

    Hey friends, I have written the code for fetching id and password from sqlite database. When I remove password fetching statement it works fine but if I write password fetching statement and run the app, that doesn't works for me. Without password fetching this works fine, but I have to fetch...
  3. AQSAANUM

    Apps SQLite not working

    Hey, I have two activities one is Database helper and other is main activity. There is no sytax error but whenever I press Accept button (accButton), my app stops working. Please help me out thanks. DBHelper class: package com.example.anum.lmslite; import android.content.ContentValues...
  4. AQSAANUM

    Apps Best suited colors for Student applications

    Hey Everyone, Can you suggest me what are the best suited interface color combinations for a student application ? Please share ideas here.
  5. AQSAANUM

    Apps Change Text-field hint position when text-field is touched

    Hey Android friends, I am just trying to learn that how to shift hint position little up, when text field is touched in android. I am just trying to learn the example which is Gmail login interface Before click in text-field After click in text-field So, any one knows how to do this in...
  6. AQSAANUM

    Apps Get password through alert Dialog

    Hey Everyone, I have programmed an alert dialog which asks for password, please tell me what to do when a user enters wrong password Here is the code final AlertDialog.Builder alert = new AlertDialog.Builder(this); alert.setTitle("Admin Login"); alert.setMessage("Enter...
  7. AQSAANUM

    Apps Admin account in android apps

    Hi everyone, Can anyone please tell me that is there any way to make an admin account for an android application (while application is working only on one device (local)) ? Thanks!
  8. AQSAANUM

    Apps Shortcuts/keys in Android studio

    Hey Friends, In Android Studio, If I set or define method onClick for any button in Java file, then is there any short cut that I can reach to that java method onClick at one jump from layout file?
  9. AQSAANUM

    Apps Libraries or packages can be import in Android studio

    Hey Android friends, Can any one please share any documentation on Java libraries or packages can be import in android studio ? Thanks
  10. AQSAANUM

    Apps How to be a good programmer

    Hey Everyone, I am learning programming languages since 2 years at academic level. I want to know that how can be a good programmer so you can do really good in professional life ? Looking for your suggestions, Thanks :)
  11. AQSAANUM

    Apps DBMS for login and registration with Android Studio

    Hi Friends, Can any one please suggest me that which DBMS is best for authentication and registration purpose with visual studio ? Looking for your guidance.
  12. AQSAANUM

    How to unroot QMobile

    Hi, Does any one have knowledge that how to un-root a QMobile a63 if rooted once ?
  13. AQSAANUM

    Apps New with android studio (Please help)!

    Hi Android friends, I am new with android programming, I just installed android studio on my computer. I have Academic test phases of programming in Android studio that'll start after 1st or 12th June. Any one can guide me that how to prepare in a good manner for coming Android programming...