Re: [android-developers] Re: Context menu on long press on any icon

2014-07-15 Thread TreKing
just inject your own context menu into another app. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message

Re: [android-developers] Making menu-key menus stay open all the time.

2014-07-10 Thread TreKing
considering that they obscure the UI when open. You can make them action bar items that always show with *showAsAction=always*, or make them buttons. Neither solution is all that difficult. - TreKing http

Re: [android-developers] How to list my app as Wearable compatible?

2014-07-09 Thread TreKing
manifest, like Widgets. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed

Re: [android-developers] Regarding android wear and auto

2014-07-02 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Android App Failing When downloaded From Google Play

2014-06-29 Thread TreKing
states that null can be returned and why. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you

Re: [android-developers] Help needed..

2014-06-29 Thread TreKing
is appreciated .. See the new Task Locking API: http://developer.android.com/preview/api-overview.html#Enterprise - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app

Re: [android-developers] Beta testing of APK installation on real device

2014-06-29 Thread TreKing
to upload to a store and install using a developer device? Yes, of course, assuming you have the relevant app store installed on your device. - TreKing http://sites.google.com/site/rezmobileapps/treking

Re: [android-developers] Android App Failing When downloaded From Google Play

2014-06-28 Thread TreKing
, explaining what not working or failing means would help the rest of us who have no idea what you're talking about. http://www.catb.org/esr/faqs/smart-questions.html - TreKing http://sites.google.com/site

Re: [android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-27 Thread TreKing
on each button so if and when you adjust the parent height, you don't have to do it in 3 places. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android

Re: [android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-26 Thread TreKing
from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- - TreKing http

Re: [android-developers] Positioning Buttons side by side in Linear Layout (one button multi-lined)

2014-06-25 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] How to add a view above Navigation Drawer layout?

2014-06-21 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] need code for retrieve and display browser history and bookmarks...

2014-06-19 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] need code for retrieve and display browser history and bookmarks...

2014-06-18 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Recursive Activities - not possible?

2014-06-18 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Change a text part of my app

2014-06-12 Thread TreKing
change will affect your app for sure. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you

Re: [android-developers] Fragment class error

2014-06-07 Thread TreKing
, cast it to the correct type in your code. On Sat, Jun 7, 2014 at 9:49 PM, prudhvi p n v prudhviraju1...@gmail.com wrote: ​ On Sat, Jun 7, 2014 at 10:44 PM, prudhvi p n v prudhviraju1...@gmail.com wrote: ​ On Sat, Jun 7, 2014 at 10:18 PM, TreKing treking...@gmail.com wrote: On Sat

Re: [android-developers] android spreadsheet api and example.

2014-06-03 Thread TreKing
for .NET and java only. How to use it in an android app. What language are you programming your Android app in that the *java* library will not work for you? - TreKing http://sites.google.com/site

Re: [android-developers] Custom preference entry

2014-05-30 Thread TreKing
, visit https://groups.google.com/d/optout. -- - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message

Re: [android-developers] License issue?

2014-05-29 Thread TreKing
controllers cross, square, triangle and cross. If you already created your own controller graphics, why not use make your own button icons as well? - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] Getting the menu icon to display in an ActionBar

2014-05-26 Thread TreKing
that. How do I get the 3 vert. dots for the menu. Just use the support library. Or try bumping up your minSDK one notch at a time - I'll bet it works at some higher level. - TreKing http

Re: [android-developers] Adding button according to screen width and height

2014-05-20 Thread TreKing
from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- - TreKing http

Re: [android-developers] Re: ListView getCount is wrong - how do I reset it?

2014-05-17 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Use attrs or dimens

2014-05-15 Thread TreKing
On Thu, May 15, 2014 at 7:24 AM, dashman erjdri...@gmail.com wrote: Which one would be preferred? dimens. I'm not sure how you'd even use attributes in this way. - TreKing http://sites.google.com

Re: [android-developers] Use attrs or dimens

2014-05-15 Thread TreKing
then, your attribute would only be understood by a CustomView which you implemented to specifically read and use this attribute, further restricting how and when you could use it. - TreKing http

Re: [android-developers] Re: looking for HTML5 and javascript based sdk....

2014-05-14 Thread TreKing
! - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Geocoding help

2014-05-13 Thread TreKing
On Tue, May 13, 2014 at 11:11 AM, dashman erjdri...@gmail.com wrote: What API is recommended for what I need. The built-in one? - TreKing http://sites.google.com/site/rezmobileapps/treking

Re: [android-developers] RelativeLayout issue

2014-05-10 Thread TreKing
, right? To achieve what you're looking for, try setting both align_parentLeft and align_parentRight - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android

Re: [android-developers] override earphone click button

2014-05-09 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Handling touch events inside a listview

2014-05-09 Thread TreKing
for the relevant states. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed

Re: [android-developers] In App Purchasing Amazon

2014-05-07 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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: [android-developers] Regarding SlidingDrawer

2014-05-04 Thread TreKing
comes. Again, just my understanding, so if anyone knows different, or has links to share to corroborate or denounce these claims, please share. - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] Regarding SlidingDrawer

2014-05-03 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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: [android-developers] supporting multiple screen: issue in 8.3 inch tab

2014-05-01 Thread TreKing
suggested, you need to add something to your app to trap and report such issues if you have no other way to get your hands on this device or reproduce the behavior on the emulator. Good luck. - TreKing http

Re: [android-developers] Develop android app

2014-04-30 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] supporting multiple screen: issue in 8.3 inch tab

2014-04-29 Thread TreKing
is. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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: [android-developers] MuiltiColoumn AutoComplete Search

2014-04-29 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] supporting multiple screen: issue in 8.3 inch tab

2014-04-26 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Expand layout and fit to screen

2014-04-25 Thread TreKing
section thing automatically. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you

Re: [android-developers] Expand layout and fit to screen

2014-04-24 Thread TreKing
answer. Clarify your issue and it would probably help if you included pictures to go with it. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android

Re: [android-developers] Quality of a building through its image

2014-04-21 Thread TreKing
is the quality or the condition of a building? What does this have to do with Android? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices

Re: [android-developers] Quality of a building through its image

2014-04-21 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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: [android-developers] Re: Quality of a building through its image

2014-04-21 Thread TreKing
to Android. Regardless, I doubt your problem is solvable, given the issues I mentioned already. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered

Re: [android-developers] FFT algorithm

2014-04-21 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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

Re: [android-developers] [Help] Recognize vertical swiping and vertical scrolling in gridview

2014-04-14 Thread TreKing
On Mon, Apr 14, 2014 at 4:42 AM, cybersun quocnh...@gmail.com wrote: There is an ambiguity between 2 types of vertical action, can you help me? What is the issue you're having? - TreKing http

Re: [android-developers] How to get more reviews/comments when my app runs mainly in background?

2014-04-12 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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

Re: [android-developers] Table layout animation

2014-04-12 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Android how to draw a circle ring as shown in the image.

2014-04-12 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] tutorial on unlocking app content through google play

2014-04-12 Thread TreKing
of the game. Probably. Have you tried searching for it? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message

Re: [android-developers] is there a way to get the prefrences file from one app to read the prefrences file of another app from the same developer.

2014-04-12 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] start or update application from service

2014-04-08 Thread TreKing
is running. 4. If it is running in background, how to bring it to foreground Call startActivity, just like normal. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] how to create map api key for google map v1

2014-03-26 Thread TreKing
on a school night. Wait patiently for help and bump your thread only after a few days. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered

Re: [android-developers] how to create map api key for google map v1

2014-03-25 Thread TreKing
No, you cannot Can anyone suggest me??? I suggest you find your old V1 key, remove the map from your app, or embrace V2!!! Good luck. - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] Weird stacktrace

2014-03-17 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] How to add two libraries into project

2014-03-13 Thread TreKing
be editable then. Why you can't just click on it is beyond me. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message

Re: [android-developers] Iterate Over JSONArray and update Arraylist Hashmap Android

2014-03-11 Thread TreKing
. -- - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Iterate Over JSONArray and update Arraylist Hashmap Android

2014-03-11 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] moving file in tb

2014-02-27 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Download folder

2014-02-25 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Download folder

2014-02-23 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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: [android-developers] Download folder

2014-02-23 Thread TreKing
on? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Spinner in tabwidget

2014-02-21 Thread TreKing
debug your app and implement a solution. Or better describe the problem. Or show a picture of the issue. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app

Re: [android-developers] Spinner in tabwidget

2014-02-20 Thread TreKing
in the controls are lost So just save the data for each tab when you transition from it. You must have some kind of data object model that represents your data and is stored in memory ... right? - TreKing http

Re: [android-developers] Help in appropriately using ArrayAdapter to display SQLite query in multiple text views

2014-02-20 Thread TreKing
the issue. Few people are going to follow links to wade through foreign code to decipher a problem that is not clearly presented. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

Re: [android-developers] How to query a string from a specific library project?

2014-02-19 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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

Re: [android-developers] Spinner in tabwidget

2014-02-19 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Best way to get the current location

2014-02-15 Thread TreKing
to worry about choosing between both services?? Correct: Read the description of the API: http://developer.android.com/google/play-services/location.html - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] Move app to background from main (launcher) activity of App

2014-02-11 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Move app to background from main (launcher) activity of App

2014-02-10 Thread TreKing
it to continue in the background? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you

Re: [android-developers] Activty on orientation

2014-02-08 Thread TreKing
/support/v4/app/FragmentActivity.html#onRetainCustomNonConfigurationInstance() . Return the root view of the hierarchy in the first instance, then get it back in the next instance and reset it. - TreKing

Re: [android-developers] Need help for Developing the app using Google Glass SDK.

2014-02-06 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Speech-to-text displays Google's logo

2014-02-05 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] customize camera

2014-02-04 Thread TreKing
are you trying to achieve? And what have you done so far? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message

Re: [android-developers] Checking to see whether my service is running/active

2014-01-31 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Checking to see whether my service is running/active

2014-01-31 Thread TreKing
. -- - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Checking to see whether my service is running/active

2014-01-30 Thread TreKing
you're looking for bindServicehttp://developer.android.com/reference/android/content/Context.html#bindService(android.content.Intent, android.content.ServiceConnection, int). - TreKing http

Re: [android-developers] DialogFragment created twice after orientation change

2014-01-29 Thread TreKing
. -- - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Scrolling framelayout in TabHost

2014-01-27 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] how to Check mobile data on/off in the device settings.

2014-01-26 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Android is there any api that provide info about screen elements.

2014-01-26 Thread TreKing
this. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] AutoCompleteTextView for contacts

2014-01-23 Thread TreKing
not phoneType . Without some code or more information, sounds like you're just querying the wrong column(s) when filtering. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-21 Thread TreKing
as well. If you explain why you're trying to do this, someone might be able to suggest an alternative, but I don't think you can do what you want as is. - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] Is it possible to split only some items into the bottom with split ActionBar?

2014-01-21 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-20 Thread TreKing
, there's really nothing for you to do but wait for your activity to resume. What are you trying to do? What are you using a Toast for in this case? - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] Re: Android Toast is not clickable in some devices.

2014-01-20 Thread TreKing
? - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Android Toast is not clickable in some devices.

2014-01-19 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] How to create a notification that doesn't go away when sliding away

2014-01-19 Thread TreKing
a direct link: http://developer.android.com/reference/android/app/Notification.Builder.html#setOngoing(boolean) - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app

Re: [android-developers] milliseconds-timezone to date

2014-01-17 Thread TreKing
On Thu, Jan 16, 2014 at 5:39 AM, Jia Li jarlym...@gmail.com wrote: How do I convert this into Date object on Android? Google java parse date. - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] How to create a notification that doesn't go away when sliding away

2014-01-17 Thread TreKing
=ongoing%20notification - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed

Re: [android-developers] Uploading an app to play store with a different key

2014-01-17 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Configure android phone without gmail account

2014-01-15 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Is this group still maintained?

2014-01-15 Thread TreKing
- TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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: [android-developers] How to open Google play from a shared link on Facebook?

2014-01-13 Thread TreKing
, TreKing wrote: On Sun, Jan 12, 2014 at 5:48 AM, MobileVisuals eyv...@astralvisuals.comwrote: I tried to implement according to their advice, but the link to the appstore is not included when the user tries to share the link now. I tested from a Facebook test account. Do you know how I can fix

Re: [android-developers] Re: In ADT: Best Set of Emulator Devices to Cover Most Actuals?

2014-01-12 Thread TreKing
on actual devices. Amen, brother. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you

Re: [android-developers] How to open Google play from a shared link on Facebook?

2014-01-12 Thread TreKing
). - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- 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: [android-developers] AppStore emulation tools?

2014-01-12 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] GooglePlay filtering based on implicit features

2014-01-12 Thread TreKing
for developers when they try to upload apps. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you

Re: [android-developers] Loading a Listview from 5MB-JSON in server and start loading a map

2014-01-12 Thread TreKing
referring to that you've never done before? Loading a list? Loading a map? Showing info windows? Please clarify what you're actually trying to do. - TreKing http://sites.google.com/site/rezmobileapps

Re: [android-developers] How to open Google play from a shared link on Facebook?

2014-01-11 Thread TreKing
. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

<    1   2   3   4   5   6   7   8   9   10   >