I have an app that will be launched soon. I also have a database where I want to insert the ip address and create a unique id for each device that has downloaded or installed my app..I just want to know if I should create a separate activity for this?.. And should it be my LAUNCHER?.. if yes, how do I go about showing my splashscreen??
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
All you need to do is to establish a simple HttpConnection with your server so that your server could capture your ip and save it in the database. Make a class that extends asyncTask and do the HttpConnection thingy in |
|||||||
|