android - How do I Insert Latitude/Longtitude in my database & use it to open Google maps with Intent? -
create table if not exists employee (_id integer primary key autoincrement, firstname varchar(50), lastname varchar(50), title varchar(50), department varchar(50), managerid integer, city varchar(50), officephone varchar(30), cellphone varchar(30), email varchar(30), picture varchar(200)) insert employee values(1,'ryan','howard','vice president, north east', 'management', null, 'scranton','570-999-8888', '570-999-8887','ryan@dundermifflin.com','howard.jpg')
you should put more time formulating question. i'm unsure you're stuck on. i'd recommend starting scratch. @ location + android , how tie together. here example of app works location services.
there similar question yours answered here. if sqlite that's giving issues have @ this. due lack of information i'm unsure you're asking specifically. these few suggestions answer query. if not add more information , attempt give more specific answer.
Comments
Post a Comment