[android-developers] Android app google maps showing grey tiles and not map!

2012-10-12 Thread aek
Hi there, I wrote this snippet of program to illustrate google map example, the pb that happens is tha the google map shows up but empty (only tiles and no map)! any help, here is my pg thanks in advance -

[android-developers] Re: geolocation

2012-09-29 Thread aek
"speed :" + mLocation.getSpeed() + // "Time: " + mLocation.getTime(); tv.setText(text); ------- Thnk you very much, -- aek On Saturday, September 29, 2012 12:03:51 AM UTC+1, aek wrote: > &

[android-developers] geolocation

2012-09-28 Thread aek
Hi there, I am tryin to run a simple code to illustrate the geolocation service. Unfortunately I am having an unexpected exception that unable to execute the activity. any help! thank you in advance simple pg for geolocalisation package com.example.last

[android-developers] Re: camera

2012-08-30 Thread aek
values of the variables byte array "data" and bitmap " bm". It looks like they are not null and they are pointing to memory @'s. any idea ? thank you, aek On Wednesday, August 29, 2012 10:31:17 PM UTC+1, bob wrote: > > Maybe this will help? >

[android-developers] Re: camera

2012-08-29 Thread aek
equested for permission to use the camera in the manifest? > Something like this: > > (and maybe > too?) > > Good luck! > > On Wednesday, August 29, 2012 3:53:52 AM UTC+2, aek wrote: >> >> >> Hi guys, >> >> I am trying to learn android hardw

[android-developers] camera

2012-08-28 Thread aek
Hi guys, I am trying to learn android hardware programming. an example of camera programming, I took from a book, which is as listed bellow. However unfortunately I am geting an error. "a process stops unexpectdly". the pb I guess as per to what is shown by the log cat, is due to a pb of conne

Re: [android-developers] Re: contextmenu

2012-08-23 Thread aek
-- On Thursday, August 23, 2012 7:22:41 PM UTC+1, bob wrote: > > Sounds like *getMenuInfo* is returning null. > > > On Thursday, August 23, 2012 11:33:13 AM UTC-5, aek wrote: >> >> >> >> On Thursday, August 23, 2012 4:12:44 AM UTC+1, MagouyaWare wrote: >&

Re: [android-developers] Re: contextmenu

2012-08-23 Thread aek
ist=&project=ics-mr1 >> >> >> On Wednesday, 22 August 2012 18:46:50 UTC-7, aek wrote: >>> >>> >>> >>> Hi there, >>> I wrote this short android program, however I am geting a problem. When >>> the context menu appe

[android-developers] contextmenu

2012-08-22 Thread aek
Hi there, I wrote this short android program, however I am geting a problem. When the context menu appears and I click for instance on one of its items such as "Edit" or "Delete". a system pop up alert info arise saying that the process stoped unexpectedly. I tried different strategy to solve