[android-developers] Re: Haven't received a payment since January 2013

2013-04-30 Thread Pent
This is seriously disheartening and I am greatly disappointed in the way Google handles this! Ah, reminds me of my early Android Market days. With a bit more 'Google experience' you'll become disillusioned and resigned instead. Pent -- -- You received this message because you are

Re: [android-developers] I cracked my screen on my tablet am i able to get it repaired?

2013-04-30 Thread Piren
I do wonder... if you analyze the fractures and how they reflect and refract light, maybe it's possible to do manipulate the display in a way that counter acts the fracture thus making it appear less visible and the display to appear unbroken... Would still be cracked though :-P On Tuesday,

[android-developers] Camera rotation portrait but playing in landscape.

2013-04-30 Thread Ivan Stamenkovic
I tried, i searched but nothing works. I have this code preparing the camera: http://paste.laravel.com/pP1 and there is myCamera.setDisplayOrientation(90); But when i playback the video it's in landscape. Is there any way to change this or to rotate videoview -- -- You received this

[android-developers] Google Play is not showing my app on wifi-only Tablets

2013-04-30 Thread Mitch Sundt
This app: https://play.google.com/store/apps/details?id=org.odk.collect.androidhl=en It stopped being visible with its April 15th update that didn't change any permissions, but added a broadcast listener for connectivity changes. A subsequent April 17th update, adding declarations changing just

[android-developers] Problems playing diferents songs with Android MediaPlayer

2013-04-30 Thread Luis Torres Coronel
Hi guys, a question, I have three songs in a list (listview), selected one of these will launch a new activity and plays the song. Return to the previous activity, select a new song and this also is playing together with the above at once, how could avoid this? thanks -- -- You received

[android-developers] Using API Google Picasa in Android

2013-04-30 Thread Miquel Escarda
Hi, I am trying to use de Picasa API in my Android Application but i can't not find the way for add the jars correctly. I add the .jar files in the directory /libs and I do Add Building Path but always I obtain the same error: java.lang.NoClassDefFoundError:

[android-developers] Question: ContentResolver.openTypedAssetFileDescriptor

2013-04-30 Thread Jonathan Wu
Dear sirs, Sorry, openTypedAssetFileDescriptor found a very strange place, that is marked as the red , releaseUnstableProvider seems been performed twice. Not sure if I understand it correctly, Thank you in advance. *public final AssetFileDescriptor openTypedAssetFileDescriptor(Uri uri,*

[android-developers] Re: Disable spinner item?

2013-04-30 Thread Lisa Neigut
Following up on extrapedestrian's comment, this is what worked for me. Inside a custom OptionsSpinnerAdapter (extends ArrrayAdapter implements SpinnerAdapter): @Override public View getDropDownView(int position, View convertView, ViewGroup parent) { View view = convertView; ... code

[android-developers] Re: Section List

2013-04-30 Thread Vishal Pawale
Why not to use multiple list views in single layout xml? And if number of list views are dynamic (no of sections changes at runtime) add list views from JAVA code. On Wednesday, April 24, 2013 6:19:41 PM UTC+5:30, Rank wrote: How we can create section list in android using JSON. i separate

[android-developers] Transactions keep getting cancelled by Google for unpublished app

2013-04-30 Thread visualtao Inc
Hello, I have implemented in-app billing v3 with auto-renewing subscriptions. Since there is no sandbox environment for testing this feature, I am making real transactions in order to test the app for cases of subscription renewal and subscription cancellation. I have created a few test accounts

[android-developers] Pixelated interface

2013-04-30 Thread Vlad
I wat to create an android app, a tamagochi to be more specific. For that i need to create a pixelated interface. How can I simulate a big pixel and how can I animate the big pixels? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] instal different versions of same app

2013-04-30 Thread Carlos Costa
Hi guys I am developing a game with eclipse, I try it in my mobile phone, to get the real feeling Sometimes I do little changes in my app and I want to install it in the phone but without remove the previous version, which is the best way to do it? I tried to change the app name in the

[android-developers] Face detection returns 0

2013-04-30 Thread AviS
Hi, I am trying to use the face detection method (level 14) I have a device - Nexus 7 Level 17 4.2, and it does not detect any faces (returns 0). Please advise. Thanks Avi -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] ADT Demo - UI for each tab of a tabbed activity Issue

2013-04-30 Thread Terran Brown
I've decided after using HTML5 for so long and having got a reasonable understanding of it to wade in to Java for Android. Using the Wizard in Eclipse ( Scrollable Tabs + Swipe ) and the ADT I've created a basic tabbed menu. My problem is that I have been attempting to take that example

[android-developers] getVoiceMessageCount?

2013-04-30 Thread steveg1701
I am trying to get the number of voicemails on an Android using TelephonyManager, seems it should be easy enough using the getVoiceMessageCount() nethod (not documented but its in the source code! But I get an error saying there is no such method ;-( any ideas? -- -- You received this

[android-developers] How does Hierarchy Viewer tool measure Draw time?

2013-04-30 Thread Artem Danilov
I need to understand whether absolute time makes sense or it is fair only for relative comparison with other views on a screen. Some experimentshttp://stackoverflow.com/questions/6513716/wrong-draw-time-in-the-hierarchy-viewer say that it is not straightforward. -- -- You received this

[android-developers] send imageview content to mail.

2013-04-30 Thread vikram raj
I am developing a application in which i want to send image content in imageview so please help me if anyone know to do this. thaks in andvance -- -- 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] Google Play referrer field no longer encoded on Android version 4?

2013-04-30 Thread John Gu
On my Android 2.3.6, when I open a market intent with a utf-8 encoded referrer, it displays in LogCat: Starting activity: Intent { act=android.intent.action.VIEW dat=http://market.android.com/details?id=com.myappreferrer=test%3D1%26test2%3D2

[android-developers] Re: My post hasn't appeared after 3 days

2013-04-30 Thread Palmer Eldritch
Excuse me I am facing a similar issue with my (twice posted) Exported receiver does not require permission Is some human moderating the forums or some machine - which obviously fails ? Please amend this situation - it is very frustrating - and no, I am no n00b - these are no SO questions -

[android-developers] SQLite Frustration

2013-04-30 Thread Nathan
I can not figure out what is happening here for the life of me. Everything was working fine. I went to bed one night and came back the next and now my app will not read or write to my db and gives me no errors. Please help any advice would be great. My DB Handler:

[android-developers] Question: Android video streaming client solutions

2013-04-30 Thread Vinay B
This is a bit of a newbie question and I'm looking for either actual answers or general directions in which to research in search of answers. Background: I'd like to develop a streaming client that consumes multimedia feeds from content delivery networks (CDN). I'm consider developing it for

[android-developers] how can i delete data from item listview android ?plz help

2013-04-30 Thread Maka ahmed
-- -- 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+unsubscr...@googlegroups.com For more options,

[android-developers] Is Nevron.eu Legit?

2013-04-30 Thread Android777
Hello, everyone. I recently received an email from nevron. They said they wanted to use my app for their android STBs and I would received payment for each copy of my app installed on each STB. Other than their website, I was unable to find any information about them online. Has anyone else

[android-developers] Cant reply to user reviews.!

2013-04-30 Thread Suvinay Pawa
I heard we can reply to user reviews but i cant.Please help. -- -- 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] Exported receiver does not require permission - what should I do with BOOT receivers

2013-04-30 Thread Mr_and_Mrs_D
I have the following receivers declared : pre receiver !-- no warning -- android:name=.receivers.TriggerMonitoringBootReceiver android:enabled=false intent-filter action android:name=android.intent.action.BOOT_COMPLETED / /intent-filter

[android-developers] ADT completely messes up after installing Subversion!

2013-04-30 Thread solocaldeveloper
Dear readers, I currently have a very, very annoying problem. I'm using ADT to develop an Android app. Now that I work with a team, I need the Subversion plugin to work with a SVN. Whenever I install a SVN client, may it be subversion, subclipse etc through the in-client ''Install New

[android-developers] android with wamp

2013-04-30 Thread saritswarts
I can read Hebrew characters from wamp server and see them on my android app but I'm trying to insert hebrew charaters to the wamp server but instead of Hebrew I get squares ,How can I use Hebrew characters? -- -- You received this message because you are subscribed to the Google Groups

[android-developers] How can I unarchive an archived webpage in Android?

2013-04-30 Thread STAN SHAN
I asked a similar questionhttp://stackoverflow.com/questions/14364501/how-can-i-load-an-archived-webpage-properly-in-android before. Apparently, we could load the archived file by using the third party class WebArchiveReader. However, the problem is that I also want to Email the webpage and

[android-developers] 4.2.2 won't show when creating a new project in eclipse

2013-04-30 Thread Kris Adams
I just updated so I can develop for 4.2.2 but when I create a new project, only 4.2 shows up as an option (and below) not 4.2.2 Also when I try to plug my phone into my PC to test an app, nothing happens, it doesn't show up on my phone. I did develop one for 4.2 and my phone is 4.2.2 would

[android-developers] android.database.sqlite.SQLiteException

2013-04-30 Thread shoaib khan
I am creating a table named order in the database order.db. I am getting error during the execution of the function call database.execSQL(DATABASE_CREATE). Error is as follows: 04-17 02:06:35.014: E/AndroidRuntime(4612): android.database.sqlite.SQLiteException: near order: syntax error (code

[android-developers] open html pages stored in Dropbox

2013-04-30 Thread JS
Hello, I write a page in an html file and uploaded it in Dropbox (on my desktop). I wanted to see how it looks on the android platform before making it live, so I downloaded and installed dropbox in my android. How can I see the contents of my html file in an android browser? On my desktop,

[android-developers] How to add checkbox,Textbox in Gridview in android 2.3

2013-04-30 Thread spshewale
I m new to android . I would like to insert *checkbox* along with data and then enter text data and insert this data in SQLLite how should I achieve this in android 2.3? I tried by using ImageView but i didnt succeeded?TEll me how to achieve this.Also i tried for TableLayout but it has

[android-developers] Use camera for NDK

2013-04-30 Thread shailesh
Hi, I am new to android and ndk. I want to develop an android application which uses camera open in a frame such like instagram application (Camera in a frame ). If I make the manually it varies device to device. and rotation also. So I think it should better with use of ndk. Is It so.

[android-developers] Recroding an OpenGL Surface

2013-04-30 Thread satish lokkoju
Hi all, We are working on a project where we are required to record an OpenGL Surface. We are planning to use MediaRecorder API by setting the video source to VIDEO_SOURCE_GRALLOC_BUFFER and generate the compressed file We are using the following code as the base code.

[android-developers] how to reverse/retrieve byte to audio/sound source code??

2013-04-30 Thread Indra Wahyono
how to reverse/retrieve byte to audio/sound source code?? i don't know how to make it?? just this, i haven't solve the problem.. please share with me if know about this.. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Android APK 15 - Multiple devices - WebView - Focus on Input field - Soft keyboard appears - WebView flashes - Soft keyboard disappears

2013-04-30 Thread Saurabh Gupta
We have a WebView with absolutely position input element. The input element is of type text. This input element shows up at different positions on WebView based on user tap. However, when user taps on the input field, the soft keyboard flashes on screen and then goes away. Here is the

[android-developers] cupcake source is not available

2013-04-30 Thread Sharmila Harsha
hello i am working on android source code... i need source code of android's cupcake version it is not available https://android.googlesource.com/platform/manifest/+refshere where can i get t.. can anybody help me in this regard -- -- You received this message because you are

[android-developers] new in development plz help

2013-04-30 Thread yaqub seyidov
hi guys i need your help i wanna make great apps and games for android os but i am totally new on this way i mean i have no java knowledge, no eclipse experience even no programming knowledge all i wanna to know that can i make great apps and games by reading all articles in this site

[android-developers] Re: WebViews: return an array to javascript-interface

2013-04-30 Thread BearTi
I´ve a defined a WebView with a JavaSciptInterface: myWebView.addJavascriptInterface(new WebAppInterface(this), Android); In this Interface I have a Method like: @JavascriptInterface public String [] getTest() { String [] test = new String[5]; test [0] = 0..; test [1] =

Re: [android-developers] Application forced Close

2013-04-30 Thread TreKing
On Mon, Apr 15, 2013 at 10:52 PM, Sachin Sharma sachiins...@gmail.comwrote: How to fix it!!!Help Consider debugging your application. - TreKing http://sites.google.com/site/rezmobileapps/treking -

[android-developers] Re: WebViews: return an array to javascript-interface

2013-04-30 Thread AndroidBangalore.com
Greetings from Codefrux Technologies! Learn how to crack or to do a preparation for Android interview in* just 1500 INR/*-. Workshop starting on *27 MAY 2013 28 MAY 2013.* *Other Workshops:* Learn iPhone app development in 2 days @ just 1500 INR Workhsop dates: 18 MAY 19 MAY 2013. *Other

[android-developers] Re: Application forced Close

2013-04-30 Thread Piren
Learning the route to a destination doesn't teach you how to drive a car... you should first read the owner's manual. http://developer.android.com/tools/index.html (the whole of it, not just the first page) On Tuesday, April 16, 2013 6:52:18 AM UTC+3, Sachin Sharma wrote: I am developing my

[android-developers] Re: findViewById() problem

2013-04-30 Thread Vishal Pawale
Do this- 1. Remove the statement which is importing R 2. Clean the project from Project - Clean 3. Rebuild. On Friday, April 19, 2013 7:18:30 AM UTC+5:30, Jacob Bosarge wrote: I am having trouble with the findViewById(); Here is the code

Re: [android-developers] new in development plz help

2013-04-30 Thread Parthi K
Heloo seyidov , According to your requirements you will get solution in internet . https://developer.android.com this site enough Thanks Regards, Parthiban.k Software Engineer Mode FinServer Pvt. Ltd. Cell: +7204205850 Email: parthisof...@gmail.com shoaibj...@gmail.com |parthiban.k

Re: [android-developers] Camera rotation portrait but playing in landscape.

2013-04-30 Thread Jadranko Bodiroga
Probaj ovo: (try this :) super.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); S.P. On Mon, Apr 29, 2013 at 10:00 PM, Ivan Stamenkovic peacemaker@gmail.com wrote: I tried, i searched but nothing works. I have this code preparing the camera:

[android-developers] Re: Camera rotation portrait but playing in landscape.

2013-04-30 Thread Piren
on some devices/older api versions you need to use setRotation instead (in the camera params). You can also use setOrientationHint instead http://developer.android.com/reference/android/media/MediaRecorder.html#setOrientationHint(int) On Monday, April 29, 2013 11:00:36 PM UTC+3, Ivan

[android-developers] [job] Looking for passionate developer

2013-04-30 Thread gabon
Hi guys, I design and develop for clients compelling user experiences on mobile platforms. I am well covered on the iOS front but I would like to start offering also Android development. Design is an important aspect of the projects I work on, so it is mandatory having passion and experience

Re: [android-developers] Maps api key v1?

2013-04-30 Thread Craig Payne
Hi Ian, You mean I can use my release key for development also? I do have one, of course, but I will have to look into how to do this. Can you point me in the right direction, perhaps? That solution will still be a bit fiddly, because I have a FREE and PRO version of the app which both use

[android-developers] TalkBack and data tables

2013-04-30 Thread grady
Is there a way to get Talkback to associate data cells to column and row headers in a mobile web data table like Voice Over does? The best I can get it so far is recognize the aria role columnheader and rowheader in mobile chrome but not the association to the data cells. thx -- -- You

Re: [android-developers] I cracked my screen on my tablet am i able to get it repaired?

2013-04-30 Thread lbendlin
Don't you just need to install one of these fake screen crack apps to cancel out the effect? On Tuesday, April 30, 2013 2:54:28 AM UTC-4, Piren wrote: I do wonder... if you analyze the fractures and how they reflect and refract light, maybe it's possible to do manipulate the display in a way

[android-developers] To play gif from a file

2013-04-30 Thread Beyza Nur Kökcan
Hi, I have found tutorials about how to play animated gifs in android by reading it from an asset or using a drawable object. But what I want is to read a gif file from sdcard. I have changed the project reading gif from assets a little bit. In the main activity, I basically create

[android-developers] Re: Application forced Close

2013-04-30 Thread bob
The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method: *super.onCreate(savedInstanceState);* Thanks. On Monday, April 15, 2013 10:52:18 PM UTC-5, Sachin Sharma wrote: I am developing my first app using android tutorials given on android

[android-developers] Re: new in development plz help

2013-04-30 Thread bob
It sounds like you will want to read this book: *Beginning Android Games* *by Mario Zechner and Robert Green* I have it, and I enjoyed it greatly. Thanks. On Tuesday, April 16, 2013 5:03:21 PM UTC-5, yaqub seyidov wrote: hi guys i need your help i wanna make great apps and games for android

Re: [android-developers] Maps api key v1?

2013-04-30 Thread Ian Ni-Lewis
+retomeier, who assured me that this is possible :-) Ian On Tue, Apr 30, 2013 at 5:48 AM, Craig Payne craig.r.pa...@gmail.comwrote: Hi Ian, You mean I can use my release key for development also? I do have one, of course, but I will have to look into how to do this. Can you point me in the

[android-developers] Re: Getting error Unfortunately App Stopped... Fed up...

2013-04-30 Thread Ravi Tewari
Thanks so much.. Since I was novice so couldn't catch it. I am speeding up now... Hope to do better now.. Peaceful time ahead.. On Monday, April 29, 2013 8:17:37 PM UTC+5:30, tibig...@gmail.com wrote: you must call setContentView(R.layout.activity_main) before

[android-developers] Re: Application forced Close

2013-04-30 Thread Piren
Are you clairvoyant? how did you figure that is the issue from looking just at the screenshot of a Fatal Exception? On Tuesday, April 30, 2013 5:14:27 PM UTC+3, bob wrote: The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method:

[android-developers] Running a song after every one hour..

2013-04-30 Thread Ravi Tewari
I need to create an app that will play a song after every one hour. The app will be running all the times but in background. As soon as it is 9 o'clock, it will play a song. Once song is over, app should go idle. Again as soon as it is 10 o'clock, it will again play that song. So on for

[android-developers] Re: Running a song after every one hour..

2013-04-30 Thread Piren
http://developer.android.com/guide/topics/media/mediaplayer.html http://developer.android.com/reference/android/content/Intent.html#ACTION_BOOT_COMPLETED http://developer.android.com/reference/android/app/AlarmManager.html Figure it out :) On Tuesday, April 30, 2013 5:40:59 PM UTC+3, Ravi Tewari

[android-developers] Re: To play gif from a file

2013-04-30 Thread bob
I have played animated GIFs on Android before simply by loading them in a * WebView*. Thanks. On Tuesday, April 30, 2013 9:09:26 AM UTC-5, Beyza Nur Kökcan wrote: Hi, I have found tutorials about how to play animated gifs in android by reading it from an asset or using a drawable

Re: [android-developers] How to get scrolling to just scroll endlessly when you swipe the screen up or down?

2013-04-30 Thread Daniel Chacon
I will try and post the code later tonight or tomorrow to see if someone can point out what ive done wrong.. On Mon, Apr 29, 2013 at 8:14 PM, TreKing treking...@gmail.com wrote: On Mon, Apr 29, 2013 at 9:35 AM, Dan Cha cuban...@gmail.com wrote: when i swipe the screen up or down, it only

Re: [android-developers] Re: Running a song after every one hour..

2013-04-30 Thread Ravi Tewari
Thanks Piren.. Will look at it... But I was looking if someone already has done similar On Tue, Apr 30, 2013 at 8:23 PM, Piren gpi...@gmail.com wrote: http://developer.android.com/guide/topics/media/mediaplayer.html

[android-developers] Re: WebViews: return an array to javascript-interface

2013-04-30 Thread MathieuB
My guess is that you cannot send a Java array to javascript directly. Maybe if you convert the Java array to JSONArray before sending it to javascript, then you could parse the JSONArray when received. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: NOOB Android Beginner Development Question!?!?

2013-04-30 Thread bob
I would try putting it here: https://lh5.googleusercontent.com/-Oknzy-fCVvU/UX_fQGfhM2I/AbM/T-ix19zlXxM/s1600/sendmsg2.png Thanks. On Friday, April 26, 2013 7:48:00 PM UTC-5, Akshay Kumar wrote: I am having some trouble with the development tutorials on

[android-developers] Re: Problems playing diferents songs with Android MediaPlayer

2013-04-30 Thread bob
Maybe in the *onPause* method of the SongPlay activity, you tell it to stop playing the song? Thanks. On Monday, April 29, 2013 4:44:53 PM UTC-5, Luis Torres Coronel wrote: Hi guys, a question, I have three songs in a list (listview), selected one of these will launch a new activity

Re: [android-developers] Re: Running a song after every one hour..

2013-04-30 Thread bob
Maybe this will help? *// Get a reference to the Alarm Manager * *AlarmManager alarmManager = (AlarmManager) getSystemService( Context.ALARM_SERVICE); * *// Set the alarm to wake the device if sleeping. * *int alarmType = AlarmManager.ELAPSED_REALTIME_WAKEUP; * * * *// Schedule the alarm to

Re: [android-developers] 4.2.2 won't show when creating a new project in eclipse

2013-04-30 Thread Daniel Chacon
Im sure its set, but did you make sure USB debugging is enabled on the phone? its under developer options( this is for the connecting to pc issue you listed) On Sun, Apr 28, 2013 at 3:16 PM, Kris Adams shinigami.k...@gmail.comwrote: I just updated so I can develop for 4.2.2 but when I create a

Re: [android-developers] android.database.sqlite.SQLiteException

2013-04-30 Thread Daniel Chacon
Not sure about SQLite, but order is a reserved word for SQL, maybe that is the issue maybe try orders instead. On Tue, Apr 16, 2013 at 10:17 PM, shoaib khan skksho...@gmail.com wrote: I am creating a table named order in the database order.db. I am getting error during the execution of the

[android-developers] Re: HLS audio and getDuration / seekTo strangeness

2013-04-30 Thread Ian Ni-Lewis
This is a known issue that will be fixed in a future version of Android. Calling prepare() unfortunately has no effect. Ian On Saturday, April 27, 2013 12:45:33 PM UTC-7, Larry Meadors wrote: I'm trying to play an hls audio stream, and start playback at a specific point in the stream. It's

[android-developers] Re: HLS audio and getDuration / seekTo strangeness

2013-04-30 Thread Larry Meadors
Thanks Ian - any known workaround? Larry On Tue, Apr 30, 2013 at 10:28 AM, Ian Ni-Lewis ile...@google.com wrote: This is a known issue that will be fixed in a future version of Android. Calling prepare() unfortunately has no effect. Ian On Saturday, April 27, 2013 12:45:33 PM UTC-7, Larry

[android-developers] Re: HLS audio and getDuration / seekTo strangeness

2013-04-30 Thread Ian Ni-Lewis
Only the one you've already found: wait for a couple seconds until the stream duration becomes non-zero. Ian On Tue, Apr 30, 2013 at 9:32 AM, Larry Meadors larry.mead...@gmail.comwrote: Thanks Ian - any known workaround? Larry On Tue, Apr 30, 2013 at 10:28 AM, Ian Ni-Lewis

Re: [android-developers] How does Hierarchy Viewer tool measure Draw time?

2013-04-30 Thread Romain Guy
Measurement happens on the device and it measures how much time it takes to execute the draw() method of a View. On Sun, Apr 28, 2013 at 5:56 PM, Artem Danilov tema.dani...@gmail.comwrote: I need to understand whether absolute time makes sense or it is fair only for relative comparison with

Re: [android-developers] android.database.sqlite.SQLiteException

2013-04-30 Thread lbendlin
if you have to use it, encapsulate it with square brackets. Create table [order] ... On Tuesday, April 30, 2013 12:06:39 PM UTC-4, Dan Cha wrote: Not sure about SQLite, but order is a reserved word for SQL, maybe that is the issue maybe try orders instead. On Tue, Apr 16, 2013 at 10:17

[android-developers] Any good guide lines for using TAG when using Log. statements

2013-04-30 Thread Subodh Nijsure
I am wondering if there any good practices that people have come up when it comes to defining TAG prefix for large android applications. So one can easily filter your application logs. Currently all my code uses: final String TAG = MyClassName.class.getSimpleName(); We have just recently moved

[android-developers] open street maps with native android apps

2013-04-30 Thread Gink Labrev
How to use open street maps with native android apps ? There are a lot of applications in this link, but any information about used components. http://wiki.openstreetmap.org/wiki/Android Regards, Gink -- -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Application forced Close

2013-04-30 Thread TreKing
On Tue, Apr 30, 2013 at 9:14 AM, bob b...@coolfone.comze.com wrote: The problem is that you are not calling super.onCreate. Make this the first line of your onCreate method: *super.onCreate(savedInstanceState);* Thanks. No, no, no. It's clearly a NullPointerException on line 42 of

Re: [android-developers] open street maps with native android apps

2013-04-30 Thread Jacky Alciné
What are you trying to do? You want Google Maps to use its map information? Jacky Alciné home.jalcine.me - blog.jalcine.me - linkedin.jalcine.me On Tue, Apr 30, 2013 at 2:28 PM, Gink Labrev gink.lab...@gmail.com wrote: How to use open street maps with native android apps ? There are a lot of

Re: [android-developers] Check a particular point lies on a route of Google Map

2013-04-30 Thread TreKing
On Wed, Apr 24, 2013 at 9:46 AM, Ayan Ghosh ayan.supert...@gmail.comwrote: Can anyone help me out on this?? Probably not as this is not specific to Android development. Check a group or forum dedicated to the Maps or Directions APIs.

Re: [android-developers] new in development plz help

2013-04-30 Thread TreKing
On Tue, Apr 16, 2013 at 5:03 PM, yaqub seyidov seyidov.ya...@gmail.comwrote: i have no java knowledge Before you do anything else, get some Java knowledge, outside of Android. - TreKing

[android-developers] Re: Check a particular point lies on a route of Google Map

2013-04-30 Thread lbendlin
You would need to use the directions API to calculate the route and then compare your point E to each of the route segments. You will also need to define what lies on the route means in terms of precision. On Wednesday, April 24, 2013 10:46:25 AM UTC-4, Ayan Ghosh wrote: Hello, We are

[android-developers] Re: Any good guide lines for using TAG when using Log. statements

2013-04-30 Thread lbendlin
Adding the company name is not necessary as the Eclipse debug widget already gives you the option to filter by your app. On Tuesday, April 30, 2013 2:02:41 PM UTC-4, Subodh Nijsure wrote: I am wondering if there any good practices that people have come up when it comes to defining TAG prefix

Re: [android-developers] Cant reply to user reviews.!

2013-04-30 Thread TreKing
On Tue, Apr 16, 2013 at 9:40 AM, Suvinay Pawa suvinay...@gmail.com wrote: I heard we can reply to user reviews Said who? Some of us have had the feature enabled, but that does not guarantee it has been rolled out to everyone. but i cant. Define can't. Please help. What do you want

[android-developers] Re: How to get scrolling to just scroll endlessly when you swipe the screen up or down?

2013-04-30 Thread bob
I've tested this layout: *ScrollView xmlns:android=http://schemas.android.com/apk/res/android* *android:layout_width=fill_parent* *android:layout_height=fill_parent * * * *TextView* *android:id=@+id/tv* *android:layout_width=wrap_content* *

[android-developers] Console stopped giving output.

2013-04-30 Thread Tobiah
That's about it. I went as far as to reboot my system, but when I run or debug Android apps, I get nothing anymore out of the Console. I'm pretty new to Eclipse so thanks for any help. Tobiah -- -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: validating indian currency in java using regular expressions

2013-04-30 Thread bob
I would say the pattern would probably be this: \d*\.\d\d Of course, all \ will become \\. So… *boolean is_valid_currency(String yourString)* *{* * * * String regEx = \\d*\\.\\d\\d;* * * * boolean matches = yourString.matches(regEx);* * * * return matches;* *}* Thanks. On Monday,

Re: [android-developers] Re: Any good guide lines for using TAG when using Log. statements

2013-04-30 Thread Subodh Nijsure
But I wanted to run something outside the eclipse. Something like adb logcat | grep -i 'packagename' or adb logcat | grep -i companyname from command line. -Subodh On Tue, Apr 30, 2013 at 2:04 PM, lbendlin l...@bendlin.us wrote: Adding the company name is not necessary as the Eclipse debug

Re: [android-developers] open street maps with native android apps

2013-04-30 Thread Gink Labrev
I intend to use open street maps instead of google maps 2013/4/30 Jacky Alciné jackyalc...@gmail.com What are you trying to do? You want Google Maps to use its map information? Jacky Alciné home.jalcine.me - blog.jalcine.me - linkedin.jalcine.me On Tue, Apr 30, 2013 at 2:28 PM, Gink

[android-developers] My published app does not appear in Google Play

2013-04-30 Thread scrayne
It appears on the website, but not in Google Play on my phone, even using the direct url. I have attached the manifest, and I don't think there are any filtering problems. The phone is a Droid Razr M running Android version 4.1.2. I have successfully run this app on the phone during