[android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread Martin Krischik
Hello, Am Freitag, 30. November 2012 07:31:00 UTC+1 schrieb Techni: I am getting some really STUPID comments and it's infuriating that I can do nothing about them Now that Comments are attached to the Google+ profile chances are now better that we can answer to unfair comments. Martin

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread Martin Krischik
Am Samstag, 1. Dezember 2012 23:03:25 UTC+1 schrieb Paul-Peter Tournaris: Someone should make a blog post with all that faulty users' behaviour!!! you mean like: https://plus.google.com/106913700595933476859 Martin -- You received this message because you are subscribed to the Google

[android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread Techni
I'm still getting reviews without names attached On Sunday, 2 December 2012 05:09:00 UTC-5, Martin Krischik wrote: Hello, Am Freitag, 30. November 2012 07:31:00 UTC+1 schrieb Techni: I am getting some really STUPID comments and it's infuriating that I can do nothing about them Now that

[android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread Martin Krischik
Am Sonntag, 2. Dezember 2012 11:14:04 UTC+1 schrieb Techni: I'm still getting reviews without names attached Updates to old reviews. Sadly reviews are only upgraded when the old review is deleted and new one is created. Martin -- You received this message because you are subscribed to the

Re: [android-developers] BPM calculation in Android

2012-12-02 Thread Jim Graham
On Sat, Dec 01, 2012 at 11:16:10PM -0800, suandroidcks wrote: [nothing worthy of reading, much less quoting] On Friday, February 4, 2011 12:20:53 PM UTC-6, TreKing wrote: On Wed, Feb 2, 2011 at 7:23 AM, Siva Kannabiran sivasa...@gmail.comjavascript: wrote: can anyone help me

[android-developers] Geocoder problem on different device

2012-12-02 Thread leenolasco
I have a working code that would add overlays in the mapview, i tested it on my phone and it was working fine pinning the proper query. but when i tested it on my brothers mobile phone i would always display no location found. What seems to be the problem here? This is the line where it checks

[android-developers] Re: Geocoder problem on different device

2012-12-02 Thread Nobu Games
You need to read the documentation of the Geocoder component very carefully. It states that it is basically just a stub. The presence of a real implementation depends on the device. Some devices do not have an implementation at all and therefore you'll always get null as a result. If you are

[android-developers] Re: Geocoder problem on different device

2012-12-02 Thread leenolasco
Thanks for the response but i did not implement the isPresent method, i think it is impossible for the address value to go null because i concatenated +CountryName to the reference On Monday, December 3, 2012 12:06:10 AM UTC+8, Nobu Games wrote: You need to read the documentation of the

[android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread CMWiii
Alternatively the developers should be able to rate/comment on the users. This rating would show up on their comments. For example: User Comment This is a POS. Don't buy as I cannot download this to my iPhone! User Rating Stupid (Which means: You can ignore anything from

[android-developers] Re: Geocoder problem on different device

2012-12-02 Thread Nobu Games
Sorry I do not understand what you're saying. So maybe we're talking different things. From your thread title I was assuming that you are trying to make Geocoderhttp://developer.android.com/reference/android/location/Geocoder.htmlwork on your brother's device. However, Geocoder is not

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread Kristopher Micinski
I believe TreKing does exactly that on his blog? kris On Sun, Dec 2, 2012 at 12:03 PM, CMWiii kentka...@gmail.com wrote: Alternatively the developers should be able to rate/comment on the users. This rating would show up on their comments. For example: User Comment This is a POS.

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread TreKing
On Sun, Dec 2, 2012 at 11:39 AM, Kristopher Micinski krismicin...@gmail.com wrote: I believe TreKing does exactly that on his blog? lol, I do. Completely unofficial of course, but rating users on a scale I make up quite satisfying. Nothing like giving a douchebag commenter a 0 / 15 star

[android-developers] Re: Geocoder problem on different device

2012-12-02 Thread leenolasco
Sorry sir my bad, im kinda confused and answered impulsively. here are more details. I have i listview that has the names local hospitals in my country and when i click an item it would display in the new activity the details of the hosptipals including a map view with an overlay. Here is my

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread Παύλος-Πέτρος Τουρνάρης
What is the link to your blog TreKing? On Sun, Dec 2, 2012 at 7:48 PM, TreKing treking...@gmail.com wrote: On Sun, Dec 2, 2012 at 11:39 AM, Kristopher Micinski krismicin...@gmail.com wrote: I believe TreKing does exactly that on his blog? lol, I do. Completely unofficial of course, but

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread TreKing
On Sun, Dec 2, 2012 at 12:43 PM, Παύλος-Πέτρος Τουρνάρης p.tourna...@gmail.com wrote: What is the link to your blog TreKing? I've got two for the free / paid versions of my app: https://sites.google.com/site/rezmobileapps/treking/blogs/response-to-comments-paid

[android-developers] Re: Force Screen Orientation Landscape crashes when in Portrait

2012-12-02 Thread Rob Thompson
Yes. I have application android:icon=@drawable/my_icon android:label=@string/app_name activity android:name=com.android.myapp.MyApp android:screenOrientation=landscape intent-filter action android:name=android.intent.action.MAIN / category

[android-developers] Re: Contacts DISPLAY_NAME format logic change...

2012-12-02 Thread Peri Hartman
Did you ever figure this out? I'm having a related problem - please see http://stackoverflow.com/questions/13655414/update-contacts-display-name Thanks. On Tuesday, June 7, 2011 4:20:59 AM UTC-7, Vasiliy Petrov wrote: If somebody have interest in this topic (contacts useability for active

[android-developers] minimum hardware requirements to develop on

2012-12-02 Thread Russell Wheeler
So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app. However, as the N7 can't provide logs due to it being jelly bean, i feel the need to get a mini notebook in order to utilise adb logcat. My main worry is that something with only 1gb (2gb if i

Re: [android-developers] minimum hardware requirements to develop on

2012-12-02 Thread Kristopher Micinski
I can't speak for vim, but since that doesn't really matter, I most certainly do most of my work in emacs. This is mostly for systems level things, however. As for working on Android apps proper, developing in emacs/vim with the standard Android build tools (ala ant) is very doable sans GUI

[android-developers] Re: minimum hardware requirements to develop on

2012-12-02 Thread Nobu Games
I develop on a three-year-old notebook using Eclipse and Linux. Emulators for any Android version higher than 2.2 are basically unusable on my machine (I once made the experiment of starting up a Jelly Bean emulator. The screen remained black after 15 minutes so I just killed the process). For

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-02 Thread Mark Phillips
There is an interesting article in Linux Journal - http://www.linuxjournal.com/content/swap-your-laptop-ipad-linode. The author dumped his high powered/heavy laptop for an iPad and a basic linode account. He does all his development using vm, and all his files, compilers, etc. are on his Linode

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread b0b
On Sunday, 2 December 2012 19:53:18 UTC+1, TreKing wrote: On Sun, Dec 2, 2012 at 12:43 PM, Παύλος-Πέτρος Τουρνάρης p.tou...@gmail.com javascript: wrote: What is the link to your blog TreKing? I've got two for the free / paid versions of my app:

[android-developers] Re: Force Screen Orientation Landscape crashes when in Portrait

2012-12-02 Thread Piren
Sounds like a device issue then On Sunday, December 2, 2012 2:00:02 PM UTC-5, Rob Thompson wrote: Yes. I have application android:icon=@drawable/my_icon android:label=@string/app_name activity android:name=com.android.myapp.MyApp android:screenOrientation=landscape

Re: [android-developers] Re: When can every developer reply to reviews?

2012-12-02 Thread TreKing
On Sun, Dec 2, 2012 at 5:48 PM, b0b pujos.mich...@gmail.com wrote: Did you ever 10 starred a 1 star user comment or 1 starred a 5 star user comment ? =). This 1-star ratinghttps://sites.google.com/site/rezmobileapps/treking/blogs/response-to-comments-paid/responsetomikegot 7 / 7 stars from

Re: [android-developers] Re: minimum hardware requirements to develop on

2012-12-02 Thread Mário César Mancinelli de Araújo
Personally, I feel my productivity would be much less if I didn't use eclipse with all its bells and whistles. Agreed. There are IDEs for tablets, photo editors and so on for Android, but I personally fell lost without a mouse to do many things, mostly for image editing (to create 9-patch files

[android-developers] MP3 playback

2012-12-02 Thread Umesh Chalwetkar
Greetings, I would like to know 'how many mp3 files can be played at a time (max number)?' on different android versions. Best Regards, Umesh -- 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] keeping compatibility but using new features

2012-12-02 Thread dashman
i've got an android app and would like to keep compatiblity back to android 1.6 but would like to take advantage of new android UI - e.g. checkboxes etc. right now i have uses-sdk android:minSdkVersion=4 android:targetSdkVersion=11/ but i'd like new style checkboxes to be displayed if

Re: [android-developers] Read data from android app and want to display on Web

2012-12-02 Thread Ashish Jain
Hi, There are 2 things: 1) I want to expose a RESTFUL webservice by reading data from android app (where android app is having data that is read from a specific device like washing machine). 2) I want to read and consume the exposed RESTFUL webservice from web (internet/intranet). Regards,

Re: [android-developers] keeping compatibility but using new features

2012-12-02 Thread Mark Murphy
On Sun, Dec 2, 2012 at 8:07 PM, dashman erjdri...@gmail.com wrote: i've got an android app and would like to keep compatiblity back to android 1.6 but would like to take advantage of new android UI - e.g. checkboxes etc. right now i have uses-sdk android:minSdkVersion=4

[android-developers] Re: recorded video orientation issue on GB 2.3.6

2012-12-02 Thread abhay_401
Hi, Any help on this issue On Saturday, December 1, 2012 2:06:04 AM UTC+5:30, abhay_401 wrote: Hi, I tried to record a video and after saving the video, when i tried to play that recorded video from the Gallery it always playing in Landscape mode even if rotate my device

[android-developers] Re: java.lang.IllegalStateException in Media.configure() with the new MediaCodec API

2012-12-02 Thread ekwang
Hi guys. You have to set several meta value for use MediaCodec Encoder. Encoder need width, hegith, bitrate(KEY_BIT_RATEhttp://developer.android.com/reference/android/media/MediaFormat.html#KEY_BIT_RATE ),

[android-developers] Android circular seek bar

2012-12-02 Thread djhacktor
Hi can any one tell me how to make seek bar in circular shape ?? is there any example ?? -- 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

[android-developers] DEFECT of Calendar service.

2012-12-02 Thread Build Account
Hi, any Calender service engineer in Google. the spec of event 'RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1;' never worked. Point is that negative BYSETPOS not working. When r u people going to fix and implement the iCalendar spec properly? I really hope you people hire professional