[android-developers] Re: PushNotifications GCM problem

2012-10-04 Thread dnk
Once your app is registered with GCM you should have a broadcast receiver that receives the GCM message. Even if your process is dead then it will be started when the message arrives. This should also apply in the case where the phone rebooted. On Wednesday, October 3, 2012 7:46:16 AM UTC-7,

[android-developers] Re: Acting on broadcast intent when switching apps

2012-10-04 Thread dnk
Your activitys onResume() will get called in that case. You should check the status of your downloads and re do your logic there. On Tuesday, October 2, 2012 8:45:51 PM UTC-7, albnok wrote: I have an button in an activity, that calls an IntentService and shows a ProgressBar. After it is done

[android-developers] Detect AdMob AdView tap?

2012-10-04 Thread Keith Wiley
I would like to detect (and then pass on through) AdMob clicks but I'm not sure how to do this. My efforts so far have not been entirely fruitful. Has anyone done this before? I overrode the AdView class and detected touch events in onInterceptEvent(), but only tap events actually trigger an

[android-developers] Re: Sudden Drop in App Usage and New Users

2012-10-04 Thread YS
I'm experiencing the same thing too. Starting Sept 23rd, I'm seeing a sudden drop in New Users. It is still dropping as of today. Do we know why? On Monday, September 24, 2012 10:32:09 PM UTC-5, Neil Johnston wrote: I have had two apps in the last couple weeks that had sudden drops in the

[android-developers] Re: Dynamic loading of complete layout file.

2012-10-04 Thread Elaine Chua
what about using webview idea? the dynamic template and data all using backend to handle, webview just include the url -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Google has received a subpoena seeking information related to Android applications

2012-10-04 Thread Ian
So it seems to be rather good news, isn't it? The FBI is hunting down pirate sites... Did those who received this email ever made DMCA copyright infringement notices to websites hosting/linking their apps illegaly? I did, several times. And now we've got this email; it may be related. On

[android-developers] textAppearance style not overriding theme

2012-10-04 Thread Goncalo Oliveira
Hi there, I'm having a situation with themes and styles and I don't know if I'm doing the wrong thing, or if I bumped into a bug or a limitation. The scenario is the following I have a Theme that just contains a windowNoTitle style name=Theme.Frotcom parent=android:Theme item

[android-developers] AVD: Failed to allocate memory: 8

2012-10-04 Thread Nathan Brown
I'm sure you guys have received this question numerous times...but how do I keep this error from happening? I need to work on an assignment for my CS class that requires a tablet emulator...what's strange is that the phone emulators all work just fine but as soon as I try to open a tablet

[android-developers] Screen Lock Security

2012-10-04 Thread Hayk Ghaltaghchyan
Hi all, Is there any way to add new entry to Screen Lock Security in System Settings (e.g. for usb sensors), or access from application to one of available in that list? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Missing, Incorrect ImageView/Backgrounds during program execution

2012-10-04 Thread Graeme
Hello, I was hoping someone here might have an idea what causes this sort of behaviour: Throughout my application, in seemingly random places and in random conditions I'm observing this strange UI issue. Images are on occasion being loaded black (with the correct bounds) or with the incorrect

[android-developers] Re: My First App

2012-10-04 Thread gala
Hi Divya, Thanks for sharing. It help . THANK YOU very much! On Friday, August 17, 2012 10:13:11 AM UTC-7, Divya wrote: Hi, I had the smae problem. I could install the support library when I ran SDK Manager as an administrator by right click on SDK manager.exe Thanks -- You

[android-developers] Google account from different country

2012-10-04 Thread Filip Vucetic
Hi guys, my name is Filip and I am from Serbia, in few days I will have my app done and it is going to be free app with in-app purchase option. In Serbia it is not yet allowed to publish paid apps, but I am student in Czech Republic and I was wondering is it possible to open developer account

[android-developers] Want to develop my application as offline

2012-10-04 Thread Henrique Rodrigues Granja da Cruz Lima
Hello there! I'm new here, and also relativelly new to mobile development so don't bother the possible imprecisions of my speech. I'm currently developing a music application, which scans an user music library and tries to find similarities with near music libraries using lastfm apis. I put

[android-developers] Re: Simulating Mouse Click

2012-10-04 Thread Emrah Yilmaz
Hi there Have someone found solution for this yet? I built a device which can control cursor, but i still can not click On Wednesday, February 1, 2012 7:13:20 AM UTC+2, Dritan wrote: OK so first things first, yes I was kind of angry/upset because it seemed like I had tried all possible

[android-developers] how to get current playing song track information from media player in android

2012-10-04 Thread Gopi
i have read many documents for how to get current playing song track information from media player in android. But i did n't get, please help to me how to get song track information. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Sudden Drop in App Usage and New Users

2012-10-04 Thread YS
I am experiencing the same problem since Sept 23rd. Our Daily new install is still dropping Have you found out why? Thanks On Monday, September 24, 2012 10:32:09 PM UTC-5, Neil Johnston wrote: I have had two apps in the last couple weeks that had sudden drops in the market. They're in

[android-developers] Country selection and app update

2012-10-04 Thread groups.mh
Some time ago I published an app in the Play Store, later I removed some countries from the country list in the publication options (Android Developers Console). Now I want to update the app and my question is: will the users of my app who bought it or downloaded the free version before I

[android-developers] page curl animation

2012-10-04 Thread ajay kumar
i am working on a app in which i have to give curl animation activity on button click .I am using google page curl code but problem is i have to convert the view in bitmap . each time button click will display new text .and there more than 5000 text .and its not a good way to convert all of

[android-developers] Sudden drop in Daily User Install since Sept 23rd...

2012-10-04 Thread YS
Hello guys, We are experiencing sudden drop in Daily User Install for our apps, since *Sept 23rd*. We are seeing 30%+ drop and we're still dropping to this day. We have not updated our apps, and I checked search ranking for various keywords, everything seemed normal. Is Google making

[android-developers] Re: Google account from different country

2012-10-04 Thread Zsolt Vasvari
It should work. Is it legal? Ask your lawyer -- no body here will give you legal advice. On Tuesday, October 2, 2012 5:41:01 PM UTC+8, Filip Vucetic wrote: Hi guys, my name is Filip and I am from Serbia, in few days I will have my app done and it is going to be free app with in-app

[android-developers] BroadCastEvent not recieved when media files added/removed/edited for MTP devices

2012-10-04 Thread Lohit A H
*Hi folks,* Stuck with this problem, need more info about this problem i am facing. *I need to handle events when MediaStore is changed over MTP. I already have a receiver for android.intent.action.MEDIA_SCANNER_FINISHED action, but it is useful only for Universal Mass Storage(UMS). The

[android-developers] Re: What is the best phone to buy for Android Development?

2012-10-04 Thread MikeD
If your needs aren’t satisfied by the emulator, as gjs suggested, I would look into purchasing any of the pure google devices. They have all the binaries and factory images available via Google's developer site. https://developers.google.com/android/nexus/drivers

[android-developers] REQUEST

2012-10-04 Thread ANDRÉS LEONARDO MOLINA
Hi, Actually I´m working in a very important project at UDFJC University In Colombia. I have an idea--- Create a software application about structural design... Do you give me some information of resources what I need for this development??? The application includes 3D Modeling, calculation of

[android-developers] Re: hi...

2012-10-04 Thread Mike
You can also checkout the guide on the Android Developer's website. http://developer.android.com/guide/topics/data/data-storage.html#db On Monday, October 1, 2012 2:59:59 AM UTC-4, Ibrahim wrote: Hi Dear. Can any one help me out how to store and retrive data in sqlite db in android

[android-developers] Explore by touch with physical navigation keys

2012-10-04 Thread Jason82
Hi, I seek to develop an application that is accessible to visually impaired users. I was playing around a bit with explore by touch on a SGS2 running 4.0.3. I noticed that I do not get feedback when using the physical buttons (menu, home, back). Additionally, there is only one click necessary

[android-developers] Re: Dynamic .APK from GooglePlay store / Android

2012-10-04 Thread John A
i haven't used this myself, but look into com.android.vending.INSTALL_REFERRER. apparently it is possible for the Play Store to pass information to the newly-installed app. On Friday, September 28, 2012 11:52:26 AM UTC-7, Marcelo Tomio Hama wrote: My issue is very related with

[android-developers] Re: Billing is not supported on this version of android market!

2012-10-04 Thread JJ
Same error. Running AOKP JellyBean build 2 on a Galaxy Nexus. Might have something to do with Visidon facial recognition app or Tasker as well. Would love to know if there's any way to resolve. Thanks. On Thursday, June 21, 2012 6:58:05 PM UTC-7, Manoj wrote: Hi, I am using EURO 2012

[android-developers] android RTP send and receive for api10

2012-10-04 Thread RAJA Muruganantham
I am new to android programming and i need idea about android RTP programming stuff. Questions 1. How to capture the microphone audio data on android device by using android API coding? 2. How to construct RTP packet by using captured microphone audio data ? 3. How to transmit RTP

[android-developers] nested library code visibility

2012-10-04 Thread John A
Library One defines a set of AIDL interfaces. Library Two references Library One and builds functionality on top of these AIDL interfaces and exposes them to app developers. When MyApp references Library Two, it sees both the friendly API provided by Library Two as well as the AIDL defined in

[android-developers] android SDK Tools

2012-10-04 Thread Khawar Malik
hi, while installing the android sdk tool i am having the following error, please tell me how to remove this. Problem signature: Problem Event Name:APPCRASH Application Name:installer_r20.0.3-windows.exe Application Version:1.16.0.0 Application Timestamp:4b1ae3cc Fault

[android-developers] Re: In App Billing V2: Item not found, but purchase OK

2012-10-04 Thread Michele Diblasi
hi, I seem to be having the same problem. But after the message ITEM NOT FOUND google wallet asks for the correct money and the correct item. However, upon clicking ACCEPT to make the purchase I get message YOUR ORDER CANNOT BE PROCESSED, PLEASE TRY AGAIN. Did you have the same? Is the

Re: [android-developers] Re: What is the best phone to buy for Android Development?

2012-10-04 Thread 罗健忠
I also think some emulator may work for most case. I have a Galaxy Nexus phone for testing the release version and also send it to my friends who have a Android phone. On 1 October 2012 16:09, Peter Webb r.peter.w...@gmail.com wrote: Doesn't really matter. I find myself testing on 4 different

[android-developers] Accessing a database hosted on a server

2012-10-04 Thread Leandro Rodrigues
I am new to android programming and I have a doubt Have a data base for access for testing only. Is it possible to connect me to a database and insert and delete data? If anyone can help me thank Best Regards Leandro Rodrigues -- You received this message because you are subscribed to the

[android-developers] Using NFC on Android

2012-10-04 Thread William Chan
Hi I'm working on a project for Uni and I was wondering which is the lowest level of the Android API I would need to use for accessing NFC functions etc. Thank you very much. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] the Welcome to Android Development window doesn't appears

2012-10-04 Thread Marco Guida
Hi, i've followed the installation instructions, when i install the ADT and restart Eclipse, the Welcome to Android Development window doesn't appears...why? In the Eclipse - Preference doesn't appear Android and the Android buttons in the GUI doesn't appear. Eclipse version: 4.2.1 ADT

[android-developers] Re: Nexus 7 device not being detected by Eclipse

2012-10-04 Thread Nick Huang
Thanks Ravin Chris. This post solved my problem just like yours. Thansk :) Ravin於 2012年9月4日星期二UTC+8下午12時16分29秒寫道: Right after I posted the previous message I got the device to work. After rebooting the PC I went into the device manager and saw that there was no driver for the Nexus 7.

[android-developers] Re: Country selection and app update

2012-10-04 Thread Zsolt Vasvari
I don't know the answer, but I wouldn't worry about since you cannot change the behavior it anyhow short of publishing your app anew. On Thursday, October 4, 2012 4:52:20 AM UTC+8, groups.mh wrote: Some time ago I published an app in the Play Store, later I removed some countries from the

[android-developers] Re: Google account from different country

2012-10-04 Thread Zsolt Vasvari
The reason I am saying it should work is because I am American, but could open an account no problems in Singapore with my Singapore bank account. I think the only requirement is, and this may vary from country to country, is that you have a bank account in that country. They are not asking

Re: [android-developers] Using NFC on Android

2012-10-04 Thread TreKing
On Mon, Oct 1, 2012 at 7:57 AM, William Chan kao...@gmail.com wrote: I'm working on a project for Uni and I was wondering which is the lowest level of the Android API I would need to use for accessing NFC functions etc. Can't you answer this for yourself by reading the documentation on NFC?

Re: [android-developers] Using NFC on Android

2012-10-04 Thread yogendra G
I would think Gingerbread would be fine for NFC. Br, Yogi On Thu, Oct 4, 2012 at 12:29 PM, TreKing treking...@gmail.com wrote: On Mon, Oct 1, 2012 at 7:57 AM, William Chan kao...@gmail.com wrote: I'm working on a project for Uni and I was wondering which is the lowest level of the Android

Re: [android-developers] Accessing a database hosted on a server

2012-10-04 Thread TreKing
On Mon, Oct 1, 2012 at 3:38 PM, Leandro Rodrigues leudas...@gmail.comwrote: Is it possible to connect me to a database and insert and delete data? Yes, this is possible. - TreKing

Re: [android-developers] Sudden drop in Daily User Install since Sept 23rd...

2012-10-04 Thread TreKing
On Tue, Oct 2, 2012 at 12:57 PM, YS erichu...@gmail.com wrote: Is Google making any changes in Google Play that we need to be aware of? I'm not sure if you're seriously expecting an answer about Google Play issues here, but you're not going to get one. Questions about Google Play should be

Re: [android-developers] Re: Sudden Drop in App Usage and New Users

2012-10-04 Thread TreKing
Questions about Google Play should be directed towards the Google Play support channels: http://support.google.com/googleplay/android-developer/bin/answer.py?hl=enanswer=136601 - TreKing

[android-developers] Like facebook message notification on Android

2012-10-04 Thread amit
Hi friends , i want to ask how to develop facebook type incoming message notification on Android. Please see attach image file. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Like facebook message notification on Android

2012-10-04 Thread amit
If any body have any suggestion or source code for it please provide me. Thanks On Thursday, October 4, 2012 12:40:54 AM UTC-7, amit wrote: Hi friends , i want to ask how to develop facebook type incoming message notification on Android. Please see attach image file. Thanks -- You

Re: [android-developers] Any pointers?

2012-10-04 Thread TreKing
On Tue, Oct 2, 2012 at 8:56 PM, Brian besi...@gmail.com wrote: When I co to compile and run the activity_main.xml file An xml file is not something you compile and build. - TreKing

[android-developers] image processing in android

2012-10-04 Thread Bhargav Solanki
i am making an app where i need the phone to automatically click pictures,atleast 10 photos in 2 seconds. also the photos should be clicked in the background ,where the current activity,say my net browser, will be on the screen, and the phots will be contunuasly clicked, also please help me

[android-developers] Android Memory Management

2012-10-04 Thread Md Shanewaj Rahman
I am working on an Android project for last few months. This is my first android project. Basically we have to create a form to fill. Problems forms are long ... very very long ... Client use to use paper form before and each form was normally 10 to 12 page. So we are putting all those large

[android-developers] how to get the images in int the form of pixels or matrix, like we have in matlab...

2012-10-04 Thread Bhargav Solanki
how do i get an image in the form of a array of pixels , just like we have images stored in matlab.like x(i,j).. pleas ehelp.. if not that way, is there any other way to compare two images, and how? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] how to implement ffmpeg video codec for video player +android

2012-10-04 Thread shiva pendem
Hi, i am trying to change the bit-rate of a audio file(mp3 format) but i am unable to do it as i don't know native android so, can any one tell me the solution to change the bit-rate of a audio file(mp3 format) , i will be more help full if you send me an example which can change the bitrate

[android-developers] Re: My First App

2012-10-04 Thread ALAN IVAN AYALA NAVA
El viernes, 17 de agosto de 2012 12:13:11 UTC-5, Divya escribió: Hi, I had the smae problem. I could install the support library when I ran SDK Manager as an administrator by right click on SDK manager.exe Thanks Thanks Divya, it works -- You received this message because

[android-developers] Google play

2012-10-04 Thread shiva pendem
Hi i would like to use google play app in android application to show all the applictions, i am using intent.setComponent(new ComponentName(com.android.browser, com.android.browser.BrowserActivity)); to open it in browser and i need the setcomponent to open in the google play app Thanks

[android-developers] Problem in the map display (gray pixels appear on the map)

2012-10-04 Thread Pegun
[Problem] Problem in the map display (gray pixels appear on the map) [Devices we are experiencing the problem and how to reproduce the problem] With large-screen tablets (e.g. 1280 x 800), display MapView in full-screen or equivalent size. When MapView is updated* (invalidate()) in the

[android-developers] it doesn't fire, setOnLongClickListener on AppWidgetHostView

2012-10-04 Thread Wing Fung Chow
i set OnLongClickListner, but it doesn't fire. Can anybody help me? i just follow [url]http://www.anddev.org/appwidgethost_tutorial-t10329.html[/url], and change some, as it is posted in 2010. Some part of code: //declare under class private AppWidgetHostView widgets[] = new

[android-developers] Multiple MapActivity instances in a task

2012-10-04 Thread Partho Bhowmick
I have an app with a number of activities, one of which subclasses MapActivity. It has a single MapView. For reasons I won't go into, I have situations where I may need more than instance of this MapActivity to be launched. I know the Maps API docs says Only one MapActivity is supported per

Re: [android-developers] Using NFC on Android

2012-10-04 Thread shiva pendem
Hi Min sdk version should be of *9* to use nfc Thanks shiva shankar On Thu, Oct 4, 2012 at 12:29 PM, TreKing treking...@gmail.com wrote: On Mon, Oct 1, 2012 at 7:57 AM, William Chan kao...@gmail.com wrote: I'm working on a project for Uni and I was wondering which is the lowest level of

[android-developers] Android Beam: Beam did not complete

2012-10-04 Thread raviteja
I was trying to transfer a file(about 3 mb) using android beam, using the setPushBeamUris(). The transfer seems to be initiated but I am getting the Beam did not complete notification on the receiving device. Both the devices are running jelly bean(Nexus 7 tabs). Dont know what I am not doing

[android-developers] How to get pictures save selected pictures as a preference?

2012-10-04 Thread James Anderson
I was make an XML file full of my app's settings, and I became stuck on how to get the user to select pictures (or take one from the camera). I figured it would be DialogPreference, but I am not sure how to set it up to give the user an option to select photos from. Basically I want to know how

[android-developers] Multiple layout / pages for my android app!

2012-10-04 Thread Ahmad Ardal
Hello! I have a button in my app. When I press that button, I want it to open a new page or layout as you call it, for that button. Then you should be able to go back somehow. How can I do this? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] android based robot

2012-10-04 Thread Rajat Trivedi
hey..i want to develop a android based mobile robot..so can some body tell me from whr i hav to strt...i m just confused.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Custom drawables in xml

2012-10-04 Thread Nimer
Hi, I just have a really uncommon question. Is there a way to implement custom drawable (like you implement custom drawables, and then reference them by fully qualified class name in xmls)? I would like to implement AlphaDrawable that would change its alpha based on supplied level (setLevel

Re: [android-developers] Using NFC on Android

2012-10-04 Thread Balesabu Godugu
Android API level 9 supports NFC functions but Android API level 10 has more functionalists in terms of NFC. So better to use API level 10. On Mon, Oct 1, 2012 at 6:27 PM, William Chan kao...@gmail.com wrote: Hi I'm working on a project for Uni and I was wondering which is the lowest level

[android-developers] Linkify EditText Android 4

2012-10-04 Thread Ondrej
I have tv = (EditText)findViewById(R.id.someid); tv.setLinksClickable(linkify); if(linkify) { tv.setAutoLinkMask(Linkify.ALL); } else { tv.setAutoLinkMask(0); } In Android 4 links are created but nothing happens when touching them. This works in Android 2 correctly. Does anybody

[android-developers] HTTP server in Android

2012-10-04 Thread Archana
Hi, I want to develop HTTP server in Android. I used the link https://gist.github.com/1893396#gistcomment-582451 NanoHTTPD. But when I open the page http://10.0.2.15:8080, I am getting WebPage not found. In the logs, I am getting 10-04 05:55:39.106: E/Tab(499): onReceivedError -6

[android-developers] How to get the layout / views info from activity name or package name.

2012-10-04 Thread ShwetaK
I am creating an android application where I want to access the views/layouts info. I know the package name and the Activity name of the application. Suppose the package is com.hello and the activity is com.hello.HelloWorldActivity. Now based on this information I need to find the layouts

Re: [android-developers] android based robot

2012-10-04 Thread TreKing
On Tue, Oct 2, 2012 at 3:26 AM, Rajat Trivedi rajat1.triv...@gmail.comwrote: hey..i want to develop a android based mobile robot..so can some body tell me from whr i hav to strt...i m just confused.. Start by working on your English grammar and spelling. Then go to Google and start doing

Re: [android-developers] Multiple layout / pages for my android app!

2012-10-04 Thread TreKing
On Wed, Oct 3, 2012 at 11:56 AM, Ahmad Ardal songul...@gmail.com wrote: How can I do this? Read the documentation and review the samples. This is as basic as it gets in Android. - TreKing

[android-developers] Re: When will releaseYoutube Android Player API

2012-10-04 Thread Martin
The recent You Tube change that broke the OpenYouTubeActivity has been identified and a fix is posted here: http://code.google.com/p/android-youtube-player/issues/detail?id=14 Martin. On Wednesday, October 3, 2012 10:38:17 PM UTC+1, Viktor Vologzanin wrote: Hi guys, I would like to know

Re: [android-developers] Any pointers?

2012-10-04 Thread Fabien R
On 03/10/2012 03:56, Brian wrote: Hi guys and gals! I would appreciate any pointers as to what I'm doing wrong. I'm learning Android development and am a newbie. I'm doing the online tutorials in the developers section and have hit a snag. I have two files :*activity_main.xml *and

[android-developers] Re: VideoView, Flash integration and PopupWindow

2012-10-04 Thread Jean-Luc TRESSET
Hi. I finally found how to do that and build an native video player as a native extension for AIR (the solution was the first one, but adding a setZOrderOnTop on the right place ;o) ). Le mercredi 3 octobre 2012 12:08:56 UTC+2, Jean-Luc TRESSET a écrit : Hi. I'm currently trying to

Re: [android-developers] Any pointers?

2012-10-04 Thread Amit
Can you please share the whole project ? On Thu, Oct 4, 2012 at 2:02 PM, Fabien R theedge...@free.fr wrote: On 03/10/2012 03:56, Brian wrote: Hi guys and gals! I would appreciate any pointers as to what I'm doing wrong. I'm learning Android development and am a newbie. I'm doing

[android-developers] Re: Country selection and app update

2012-10-04 Thread groups.mh
Thanks for the answer. Publishing the apps (10) anew would be a solution to make sure that previous users from the excluded counties won't get the updates, but that is alot of work and I would lose the downloads and ratings. I hope there is someone who knows how the app updates are handled in

[android-developers] Consume POJO based web services

2012-10-04 Thread giles ian
How can i consume POJO based web services i -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Consume POJO based web services

2012-10-04 Thread TreKing
On Thu, Oct 4, 2012 at 3:50 AM, giles ian gilesian@gmail.com wrote: How can i consume POJO based web services i Write some code. This has nothing to do with Android specifically. - TreKing

Re: [android-developers] Re: Country selection and app update

2012-10-04 Thread TreKing
On Thu, Oct 4, 2012 at 3:49 AM, groups.mh groups...@gmail.com wrote: I hope there is someone who knows how the app updates are handled in the Play Store. There probably is. The question is will they read your questions and answer it if they do? The answer to that is no.

Re: [android-developers] Consume POJO based web services

2012-10-04 Thread giles ian
So you are trying to say that the java clients (1http://www.j2mesalsa.com/axis/pojoclient.php ,2http://axis.apache.org/axis2/java/core/docs/pojoguide.html#testingpojows) which consumes those web services will run fine on android as well On Thu, Oct 4, 2012 at 2:26 PM, TreKing treking...@gmail.com

[android-developers] ccc..

2012-10-04 Thread Ibrahim Sada
Hello friends... Can any one help me out how to retrive the image and text from sqlite db...and that image and text i should insert in listview... Thanks in Advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] compiler compliance problem

2012-10-04 Thread Narendra Singh Rathore
Try this. It will help you out. Thanks and Regards NSR -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] compiler compliance problem

2012-10-04 Thread Narendra Singh Rathore
On Thu, Oct 4, 2012 at 3:06 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: http://stackoverflow.com/questions/7637144/android-requires-compiler-compliance-level-5-0-or-6-0-found-1-7-instead-plea Try this. It will help you out. Thanks and Regards NSR -- You received this

[android-developers] Re: android based robot

2012-10-04 Thread Christian Nikolaj Thomsen
I tried once, using the bluetooth of my smartphone to communicate with an arduino-based motorcontroller - Stopped after a bit of experimenting though. On Tuesday, October 2, 2012 10:26:05 AM UTC+2, Rajat Trivedi wrote: hey..i want to develop a android based mobile robot..so can some body tell

Re: [android-developers] Uploading video to Youtube

2012-10-04 Thread ravi .
Hi Asheesh arya Thanks for providing me the link. I had successfully uploaded the video to YouTube but i need to get the URL of uploaded video in my application. Any Help Thanks Ravi On Wednesday, October 3, 2012 12:24:45 PM UTC+5:30, asheesh arya wrote: please check this link

Re: [android-developers] Uploading video to Youtube

2012-10-04 Thread Asheesh Arya
get the url auhmmm please can you elaborate more. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Uploading video to Youtube

2012-10-04 Thread ravi .
I mean to say, i need to get the URL of the uploaded video. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Predictable search for google places in android

2012-10-04 Thread Sultan Ibrahim
ASALAM O ALAIKUM. Hope every body is fine out there.i need your valuable suggestion on this topic. i am working on application in which there is edit text(input) field when the user enter 3 or 4 characters then i want to show a predictable list of all matching location,just like when we type

Re: [android-developers] ccc..

2012-10-04 Thread Parthi K
HI ibrahim sada : first how you stored image and list view values if u stored image path .. i will send u link On Thu, Oct 4, 2012 at 2:49 PM, Ibrahim Sada ibrahim.in...@gmail.comwrote: Hello friends... Can any one help me out how to retrive the image and text from sqlite

[android-developers] Re: Android TextureView canvas drawing problems

2012-10-04 Thread Conrad Chapman
Please ignore this it is a duplicate of https://groups.google.com/forum/?fromgroups=#!topic/android-developers/ClKJXc0AgHA On Wednesday, 3 October 2012 10:03:57 UTC+2, Conrad Chapman wrote: I have an app that used SurfaceView to draw dynamic 2D graphs. It worked ok but transformations etc

[android-developers] MEDIA_MOUNTED broadcast not being recieved when Application is installed on SD card

2012-10-04 Thread Juned Khan
How do i start my application on startup in case when application is installed on SD card? If i application is installed on Internal memory then using `BOOT_COMPLETED` completed broadcast we can achieve our requirements but this BOOT_COMPLETED intent is broadcasts before the media is mounted

[android-developers] Re: Dynamic loading of complete layout file.

2012-10-04 Thread Piren
The way you describe this there's no real reason to perform any dynamic loading of anything...Your page design seems to be pretty constant. Just design the second page to appear the way you want it to be, then set everything (text, visiblity and etc) once the activity is loaded according to the

[android-developers] Re: Multiple MapActivity instances in a task

2012-10-04 Thread Piren
singleInstance. Create a history machenism that stores the Intents this activity gets (it will get the first in onCreate and the rest on onNewIntent) so you'd be able to re-create the history of the requests. Do notice that in either case, if your map activity is part of some chain of

[android-developers] Re: Want to develop my application as offline

2012-10-04 Thread Piren
Android doesn't support ad-hoc wifi through programming currently as far as i know. Either way, such a method requires users to choose to connect to each other just to establish a connection which isn't that different than just using Bluetooth. The way you describe your application it seems to

[android-developers] Re: MEDIA_MOUNTED broadcast not being recieved when Application is installed on SD card

2012-10-04 Thread Johan Appelgren
If you want your app to start at boot then you should not allow it to be installed on external storage. http://developer.android.com/guide/topics/data/install-location.html#ShouldNot On Thursday, October 4, 2012 1:58:22 PM UTC+2, Juned Khan wrote: How do i start my application on startup in

[android-developers] EditText linkify in Android 4 issue

2012-10-04 Thread Ondrej
I have tv = (EditText)findViewById(R.id.someid); tv.setLinksClickable(true); tv.setAutoLinkMask(Linkify.ALL); In Android 4 links are created but nothing happens when touching them. This works in Android 2 correctly. Does anybody know what is issue here? -- You received this

[android-developers] Re: MEDIA_MOUNTED broadcast not being recieved when Application is installed on SD card

2012-10-04 Thread Juned Khan
Yeah thats true, but if i want to perform the action on ACTION_MEDIA_MOUNTED. and using that action i can start my application in background even if its on SD Card -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] video uploaded from galaxy tab not playing

2012-10-04 Thread mohana priya
I captured video from samsung galaxy tab (android), and tried to upload to server. i tried to play the video captured in galaxy tab in strobe media player,I can able to hear the audio,but video is invisible. When I try from other mobile devices, it's playing fine. Please kindly guide me.

Re:[android-developers] video uploaded from galaxy tab not playing

2012-10-04 Thread lokesh gupta
Did u try running it with some other media player in the same tab? On Oct 4, 2012 6:29 PM, mohana priya gpriyara...@gmail.com wrote: I captured video from samsung galaxy tab (android), and tried to upload to server. i tried to play the video captured in galaxy tab in strobe media player,I can

[android-developers] In-App Billing Example (Dungeons) does not increment purchases.

2012-10-04 Thread Escape Radius
I've successfully tested the in-app billing example, Dungeons, and have observed an apparent error in its implementation (or in the documentation). In PurchaseDatabase.java the insertOrder method does not insert multiple rows in the table as the documentation points out: * Inserts a

Re: [android-developers] REQUEST

2012-10-04 Thread Satya Komatineni
May be this is a long shot. But may be you can look at 3D modelling tools like AutoDesk and see if you can export the 3D structures to be consumed by Android. Just a thought. I expect lot of work but worth doing... Tue, Oct 2, 2012 at 4:18 PM, ANDRÉS LEONARDO MOLINA Good luck

[android-developers] New Item in Unlock Selection

2012-10-04 Thread androidom
Hello There, I am using the ApiDemo sample application. I am trying to understand how the DeviceAdminInfo and the DevicePolicyManager work. I want to add a new mechanism programatically to lock the screen. I was wondering if someone could guide me in the right direction. Attached is the screen

[android-developers] Re: Google account from different country

2012-10-04 Thread Rudolf Hornig
It will work. I'm using a Austrian bank account and my company is based in Hungary. i had to fax my official papers for the company and they did not say a word... Just keep in mind that once you have registered in a country you WILL NOT be able to change it. So prepare to keep that bank account

Re: [android-developers] Re: android based robot

2012-10-04 Thread Tux Leonard
You could use a USB to Serial converter to communicate with motor controller. To start you can use the Slick USB 2 SERIAL Terminal application. What type of controller are you using? Roy Am 04.10.2012 18:01 schrieb Christian Nikolaj Thomsen c...@nodes.dk: I tried once, using the bluetooth of my

  1   2   >