Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Android
  4. creation of login page in android studio

creation of login page in android studio

Scheduled Pinned Locked Moved Android
androiddatabasesqlite
5 Posts 4 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member_15038801
    wrote on last edited by
    #1

    Hide Copy Code
    i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei number

    L Richard DeemingR I 3 Replies Last reply
    0
    • M Member_15038801

      Hide Copy Code
      i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei number

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      So what exactly is the problem with doing this?

      1 Reply Last reply
      0
      • M Member_15038801

        Hide Copy Code
        i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei number

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #3

        You have already posted this in QA: Creation of android application[^]


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        L 1 Reply Last reply
        0
        • Richard DeemingR Richard Deeming

          You have already posted this in QA: Creation of android application[^]


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          And in the Mobile forum below.

          1 Reply Last reply
          0
          • M Member_15038801

            Hide Copy Code
            i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei number

            I Offline
            I Offline
            IT Inside
            wrote on last edited by
            #5

            Use Room library for SQLite database. second, you cannot get the device IMEI Number programmatically. First Create A Registration form and add three edit text there, One for USERNAME, Second for PASSWORD, and third for IMEI. Store these three details in the SQLite database and you can easily authenticate the user with IMEI and Password or USERNAME and password

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups