Giter Club home page Giter Club logo

android_login-and-register-user's People

Contributors

abrarjahin avatar shreyaprabhu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android_login-and-register-user's Issues

Use different database

Hello can you tell me how can i use my database
Its look like this

`ID` bigint(20) unsigned NOT NULL  #AUTO_INCREMENT, //User id
`user_login` varchar(60) NOT NULL DEFAULT '', //username
`user_pass` varchar(255) NOT NULL DEFAULT '',//user pass
`user_nicename` varchar(50) NOT NULL DEFAULT '',//user display name
`user_email` varchar(100) NOT NULL DEFAULT '',//user email
`user_url` varchar(100) NOT NULL DEFAULT '', ( not needed)
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',(not needed)
`user_activation_key` varchar(255) NOT NULL DEFAULT '',(not needed)
`user_status` int(11) NOT NULL DEFAULT '0', (not needed)
`display_name` varchar(250) NOT NULL DEFAULT '',

Db is workink but

Thank you

I habe a problem: All registration to DB are working but no moving to MainActivity screen.

Login not taking to main activity page

Hey hi, I tried your code. It worked flawlessly. thanks for it.
one prob I am facing is when I register a user and then log in, the new screen (main activity) show the name and mail as you programmed but when I logout and login again with the same credential it only shows plain text welcome..no user name and email this time.
I think its not able to retrieve data from sqlite or there is no data saved as when i logged out it cleared the sqlite data (I think you programmed it that way).

Can you tell me how to retain the data. It would be grateful. Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.