Re: [android-developers] Orientation listener not working in Android Fragment

2014-08-29 Thread Justin Anderson
As I said before... Also, as an FYI, if you provide some code of how you are loading the fragments, you might get some better info on how to solve your problem. You are not going to get any help without showing us some code for how you are managing your fragments... Thanks, Justin Anderson

Re: [android-developers] Filename with invalid encoding crashes File.list()

2013-12-12 Thread Justin Anderson
On Thu, Dec 12, 2013 at 5:19 AM, Martin Heller heller.m...@gmail.comwrote: Hopefully this issue is resolved soon. That's a good one... This is Google we are talking about here. :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware -- You received

Re: [android-developers] Re: Get Area code (DDD)

2013-12-12 Thread Justin Anderson
http://lmgtfy.com/?q=android+get+phone+number+programmatically Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Dec 11, 2013 at 6:41 PM, RichardC richard.crit...@googlemail.comwrote: Most SIMs do not know their own phone number as they do not need

Re: [android-developers] Reverse Fragment Stack Order

2013-12-12 Thread Justin Anderson
What specifically are you trying to accomplish? Maybe there is a better way to get the same effect... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Dec 11, 2013 at 2:58 PM, Alex Fu alex.fu...@gmail.com wrote: Is there a way to reverse

Re: [android-developers] Status Bar Notification

2013-12-12 Thread Justin Anderson
Complete shot in the dark here... but have you tried giving your notification an id other than 0? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Dec 8, 2013 at 10:51 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, Status bar notififcation

Re: [android-developers] BitmapMesh Refreshing

2013-12-12 Thread Justin Anderson
What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Nov 1, 2013 at 1:21 AM, ashwini vandanapu ashwini.vandan...@gmail.com wrote: Dear All, In my android application, i want to apply image warp effect

Re: [android-developers] how to get item from grid view at specific postion

2013-12-11 Thread Justin Anderson
GridView uses an adapter... all of the changes you are talking about doing should be done in your adapter's getView() method. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Dec 11, 2013 at 10:09 AM, TreKing treking...@gmail.com wrote: On Tue

Re: [android-developers] How to parse this json

2013-12-10 Thread Justin Anderson
How to parse this json Write a json parser. Or use an existing parsing library, like gson. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Dec 9, 2013 at 11:53 PM, Arun Kumar K arunkuma...@npcompete.netwrote: [ [ strServiceToken

Re: [android-developers] How to access the call history to delete based on variable

2013-12-06 Thread Justin Anderson
-log-in-android-for-particular-number Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Dec 6, 2013 at 7:15 AM, Dan Cha cuban...@gmail.com wrote: Im sure there are plenty of apps out there that you can install to manage your calls and that's great

Re: [android-developers] Android problem to use uiautomator.jar

2013-12-06 Thread Justin Anderson
http://lmgtfy.com/?q=android+java.lang.runtimeexception+stub Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Dec 6, 2013 at 4:34 AM, 12169 ashish.a...@gmail.com wrote: Hi, I have run the sample code that uses the uiautomator.jar but when i

Re: [android-developers] refactoring activities into drawerlayout?

2013-12-06 Thread Justin Anderson
Change your activities to Fragments. When you select an item in the listview in your drawer layout use the fragment manager to show the appropriate fragment. Since Activity and Fragment lifecycles are so close to each other the conversion process shouldn't be too bad. Thanks, Justin Anderson

Re: [android-developers] Integrate BBM in Android Apps

2013-12-06 Thread Justin Anderson
.* Doesn't sound very promising... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Dec 3, 2013 at 11:32 PM, Ratheesh Valamchuzhy android...@gmail.comwrote: Hi All I am working on Android app in which has an option to connect with BBM contact(PIN

Re: [android-developers] How to get Twitter authorization without WebView interface?

2013-12-06 Thread Justin Anderson
I would check on a Twitter API forum... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Nov 3, 2013 at 1:53 PM, Jonathan Chacón Barbero tyflos2...@gmail.com wrote: Hello, I'm developing a Twitter client and I get the Twitter authorization

Re: [android-developers] Re: Removing a Fragment from FragmentPagerAdapter

2013-12-06 Thread Justin Anderson
Does this apply? http://stackoverflow.com/questions/9758799/how-to-remove-fragment-from-fragmentpageradapter If not, there were numerous other links on Google by searching for android fragmentpageradapter remove fragment Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] How to refresh icons ?

2013-12-05 Thread Justin Anderson
Ummm... what? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Dec 4, 2013 at 12:05 PM, Brakkar webko...@gmail.com wrote: Hi, how can the end user force refresh android desktop icons, I think he must force close the launcher, but can't find

Re: [android-developers] BLE support in Android

2013-12-04 Thread Justin Anderson
Cool. You are the first person I've heard that is running 4.3... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Dec 4, 2013 at 1:30 PM, Ken kenk...@gmail.com wrote: On Tuesday, December 3, 2013 10:28:47 AM UTC-5, MagouyaWare wrote: The S3

Re: [android-developers] How to call from Android Native Dialers, ignore other dialers

2013-12-03 Thread Justin Anderson
. Sometimes I am successful but there have been times it didn't work... it would be worth a try. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Dec 2, 2013 at 10:21 PM, Iqbal Ahmed ask2iq...@gmail.com wrote: Hi Mr. Anderson, Thanks for your reply

Re: [android-developers] BLE support in Android

2013-12-03 Thread Justin Anderson
. The S3 isn't even running Android 4.3. That answers your second question... Seems like the links were pretty helpful to me... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Dec 3, 2013 at 4:06 AM, Guillermo Polonsky polons...@gmail.comwrote

Re: [android-developers] BLE support in Android

2013-12-03 Thread Justin Anderson
Right... but as I pointed out, the S2 is not running Android 4.3 so it doesn't matter if the hardware supports it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Dec 3, 2013 at 8:48 AM, Guillermo Polonsky polons...@gmail.comwrote: @MagouyaWare

Re: [android-developers] BLE support in Android

2013-12-03 Thread Justin Anderson
And the S2 will likely never get that update... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Dec 3, 2013 at 8:56 AM, Justin Anderson magouyaw...@gmail.comwrote: Right... but as I pointed out, the S2 is not running Android 4.3 so it doesn't

Re: [android-developers] testing app from PC on attached phone

2013-12-02 Thread Justin Anderson
when you have enabled the developer features. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Nov 30, 2013 at 9:04 PM, peter gottlieb gottlieb...@gmail.comwrote: I finally got the adb to recognize my old Experia, after I made sure the USB

Re: [android-developers] How to call from Android Native Dialers, ignore other dialers

2013-12-02 Thread Justin Anderson
Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Nov 27, 2013 at 10:34 PM, Johnny ask2iq...@gmail.com wrote: *Target: Call from native dialer only , bypass all dialers.* This is my method to call from Native Dialer , this method bypass the chooser dialog as I

Re: [android-developers] BLE support in Android

2013-12-02 Thread Justin Anderson
I have two links for you: - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html - http://lmgtfy.com/?q=android+BLE+support Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Nov 26, 2013 at 4:27 AM, Guillermo

Re: [android-developers] Cannot peek value from TypedArray

2013-12-02 Thread Justin Anderson
What happens if you use this version of obtainStyledAttributes()? *final TypedArray a = theme.obtainStyledAttributes(R.style.MyText, attrs); * Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Nov 23, 2013 at 10:10 AM, Y2i yur...@gmail.com wrote

Re: [android-developers] Re: Eclipse not starting since last ADT update

2013-12-02 Thread Justin Anderson
Studio... I recommend the switch (though I can't guarantee it will be painless)... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Nov 23, 2013 at 1:44 AM, Michael Schollmeyer mich...@mictale.comwrote: 1. Try to start Eclipse on the command line

Re: [android-developers] Problem with image gallery selection dialog

2013-12-02 Thread Justin Anderson
*Any fix ?* Without seeing your code? No... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Nov 20, 2013 at 7:03 AM, Brakkar webko...@gmail.com wrote: Hi, I have a problem that's been plaguing my android app for years. App is a simple photo

Re: [android-developers] Determine Application State (Foreground/Background) when onNewIntent() is called due to URL scheme

2013-12-02 Thread Justin Anderson
intent is received... There is no way around this. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Nov 19, 2013 at 6:55 PM, Piyush Hari piyush.h...@gmail.com wrote: onNewIntent() of MainActivity with launchMode 'singleTop' is called when

Re: [android-developers] Retrieving Contacts from ContactsList device

2013-12-02 Thread Justin Anderson
/questions/15243278/android-get-all-contacts-telephone-number-in-arraylist Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Nov 19, 2013 at 8:49 AM, Turim turim_thi...@hotmail.com wrote: I need to retrive the contacts from device, but i need the contacts

Re: [android-developers] Trivial Drive: Various errors

2013-12-02 Thread Justin Anderson
-and-tricks.blogspot.com/2012/08/so-you-need-help.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Nov 19, 2013 at 8:29 AM, greno gr...@verizon.net wrote: So today our Trivial Drive app starts working. However, we are seeing a number of errors. First is when we

Re: [android-developers] Cannot peek value from TypedArray

2013-12-02 Thread Justin Anderson
Have you tried obtainAttributes? I know it may not be what you want, but if obtainAttributes works then that means there is something going on in the logic of obtainStyledAttributes that is causing weird behavior... Perhaps you found an Android bug... Thanks, Justin Anderson MagouyaWare

Re: [android-developers] RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-12-02 Thread Justin Anderson
You did not provide enough information... In what way does the rule for view 1 get invalidated? What does the layout look like in both cases? Without knowing these things it is going to be very difficult to help, which is probably why you haven't had a response yet... Thanks, Justin Anderson

Re: [android-developers] Re: android how to use one view in multiple layouts files.

2013-12-02 Thread Justin Anderson
You can do it this way but you may have to set the text programatically... However, a better way would be to create a style for your text view and apply the style wherever you want a textview that looks the same. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] Re: android how to use one view in multiple layouts files.

2013-12-02 Thread Justin Anderson
also override all the layout parameters (any android:layout_* attributes) of the included layout's root view by specifying them in the include/ tag. ( http://developer.android.com/training/improving-layouts/reusing-layouts.html ) Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Android 4.1.2

2013-12-02 Thread Justin Anderson
Ummm... what? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Nov 9, 2013 at 11:14 AM, tman balageet...@gmail.com wrote: When will be the Android 4.1.2 get the new update to have the function to Move App to SD card? -- You received

Re: [android-developers] BitmapMesh Refreshing

2013-12-02 Thread Justin Anderson
Remove the code that removes your warp changes. Without more details you're out of luck. Also... maybe, just maybe, you might want to try to fix it first (and let us know what you tried). http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html Thanks, Justin Anderson

Re: [android-developers] Provide events to Calendar-App using ContentProvider

2013-11-25 Thread Justin Anderson
Hi Danny, I'm glad you are able to find a working solution. In the future if you provide some information that you've actually done research, then I promise I won't reply with links telling you to do some homework first... :-) Thanks, Justin Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Regarding RSA

2013-11-22 Thread Justin Anderson
have problems, ask your specific question on here... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Nov 22, 2013 at 2:51 AM, sourabh sahu souruit...@gmail.com wrote: Dear All, Can you please share the code which uses RSA Encryption

Re: [android-developers] Re: Long Click in the presences of a ContextualActionBar.

2013-11-22 Thread Justin Anderson
While I don't necessarily agree with his opinion that you should NEVER use a contextual action bar, perhaps this link will help you with some ways to work around your problem: http://dazcorp.blogspot.com/2013/04/edit-mode-and-why-using-contextual.html Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Provide events to Calendar-App using ContentProvider

2013-11-22 Thread Justin Anderson
Step 1: Read this - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html Step 2: http://lmgtfy.com/?q=android+calendar+content+provider Step 3: Read up on Calendar Provider (the very FIRST link in the above search) Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] status bar noticfication click event

2013-11-22 Thread Justin Anderson
Unless you are modifying the Android OS and writing your own custom version of Android there is no way to do this. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Nov 21, 2013 at 5:10 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, How i

Re: [android-developers] SQLite DB location on Windows PC

2013-09-03 Thread Justin Anderson
Not sure what you are asking... you have listed the correct path to your database files... So, unless you can be more clear, you have answered your own question... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 3, 2013 at 10:49 AM, Phil Gibbs

Re: [android-developers] Version upgrade upload failed

2013-06-27 Thread Justin Anderson
; there is no other way to upload an apk. * Where, exactly, did you get this information from?* * Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jun 26, 2013 at 8:41 AM, StevenHu stevehust...@gmail.com wrote: I am clicking on + Add New Application

Re: [android-developers] Auto-start Application doesn't register BroadcastReceivers and doesn't start Services

2013-06-27 Thread Justin Anderson
Yes... your application is not allowed to do anything until the user has launched it at least once. I believe that started with Android 4.0... There is nothing you can do about that. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 27, 2013

Re: [android-developers] Use actionbar settings dropdown options to start new activity

2013-06-27 Thread Justin Anderson
We could help you better if you shared the relevant code... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Jun 22, 2013 at 2:29 PM, Shadab Khatib shadab.kha...@gmail.comwrote: How can I use the actionbar's settings dropdown menu's items to open

Re: [android-developers] Re: Cross-platform development question

2013-06-27 Thread Justin Anderson
://docs.xamarin.com/guides/cross-platform/getting_started/introduction_to_mobile_development Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jun 21, 2013 at 3:46 PM, Jonathan S xfsuno...@gmail.com wrote: Java is more verbose than C# because it requires a lot

Re: [android-developers] SAX Parsing meta-data tags in menifest file

2013-06-27 Thread Justin Anderson
Are you writing your own SAX parser or are you using a library? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 20, 2013 at 5:21 PM, giles ian gilesian@gmail.com wrote: Hello, I need to parse meta-data tags for SyncAdapter

Re: [android-developers] how to impliment animation in dialog fragment

2013-06-27 Thread Justin Anderson
was part of the API. However, the steps should be more or less the same. Your dialog will just be created inside your DialogFragment class and that is where you will call the constructor and specify the style. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] netcfg command through app

2013-06-27 Thread Justin Anderson
Are you running on a rooted device? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jun 17, 2013 at 8:51 AM, Marta Ribeiro martacunharibeir...@gmail.com wrote: I made an app which I want, at the beginning, to perform the following commands

Re: [android-developers] how to impliment triple tap

2013-06-20 Thread Justin Anderson
Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware -- -- 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

Re: [android-developers] Custom album scroller for Android

2013-06-20 Thread Justin Anderson
I would look at the Gallery class... http://developer.android.com/reference/android/widget/Gallery.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 18, 2013 at 4:45 PM, Wyler Yerrachione foundationservi...@gmail.com wrote: Greetings

Re: [android-developers] Re: WebView numeric keyboard from HTML

2013-06-05 Thread Justin Anderson
I don't know if this will help in your case or not, but I found this after doing some searching on google: http://stackoverflow.com/questions/8333117/is-there-a-way-to-have-a-masked-numeric-input-field Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed

Re: [android-developers] Re: Create an app to store a list of values locally on the phone/device

2013-06-05 Thread Justin Anderson
Here are the steps I would take: 1. Read up on how SQLite database work in Android 2. Implement your database 3. Read up on how to create a listview (probably using a CursorAdapter) 4. Implement your listview Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] expandable list view

2013-05-20 Thread Justin Anderson
I'm sorry, but your question doesn't really make sense. Please take the time to make a grammatically correct question, and ask again... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, May 18, 2013 at 2:01 AM, Sadhna Upadhyay sadhna.braah

Re: [android-developers] Fwd: design splash screen using phonegap

2013-05-20 Thread Justin Anderson
Seriously? I would maybe start here... http://phonegap.com/developer/ Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, May 18, 2013 at 6:19 AM, ashwini vandanapu ashwini.vandan...@gmail.com wrote: Hello Developers, I want

Re: [android-developers] Doc File in WEbview

2013-05-20 Thread Justin Anderson
Not very easily... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 20, 2013 at 4:44 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, I have a Webview in which i open my website in that site i have few attachments(.doc .xls) i can i

Re: [android-developers] ListView with selected state does not work when list item view has a background

2013-05-20 Thread Justin Anderson
going to be redrawing the 10-20 items that are actually visible to the user. I've used this approach before and it works quite well. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware -- -- You received this message because you are subscribed to the Google

Re: [android-developers] ListView with selected state does not work when list item view has a background

2013-05-20 Thread Justin Anderson
storing the selected position in the adapter, and then when getView gets called I would either set the background color or set the background drawable to what I wanted in the case of the position matching the selected position. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-17 Thread Justin Anderson
/manifest/uses-permission-element.html - developer.android.com/guide/topics/manifest/uses-feature-element.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 17, 2013 at 9:24 PM, bob b...@coolfone.comze.com wrote: I don't think

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread Justin Anderson
. Downloading source for an Android project and trying to get that project in your Eclipse workspace is a pain in the @$$... I've never been able to get that setup with ease. With IntelliJ/Android Studio, you just open the project after downloading the source and it just works. Thanks, Justin Anderson

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson
On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote: Why is it not compatible? I believe that would be his question... Why not just make it compatible? Because he doesn't know why it isn't compatible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson
. If it does then you have no need to doubt. If it doesn't, then you KNOW something else is causing the problem. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 16, 2013 at 9:20 AM, Justin Anderson magouyaw...@gmail.comwrote: On Thu, May 16

Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread Justin Anderson
Have you looked at LogCat output? Also, as Bob said, toast messages will display and then disappear. It sounds like you want to be displaying a progress dialog instead of a toast. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 16, 2013 at 8

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread Justin Anderson
organized related projects. Like I have my core Library Project along with the Free, Paid, and Beta versions of my app in one workspace. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware -- -- You received this message because you are subscribed

Re: [android-developers] Phone does not update an app from google store

2013-05-16 Thread Justin Anderson
Manual Updates are usually due to permission changes... When permissions change the user needs to physically agree to the permission changes. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 16, 2013 at 11:26 AM, gt8887b gt88...@gmail.com wrote

Re: [android-developers] show toast message while waiting for location

2013-05-15 Thread Justin Anderson
Ummm... what exactly is your question? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 15, 2013 at 2:25 AM, geo geoandr...@gmail.com wrote: Hello , I have an application where I use GPS and I want while GPS is looking for position

Re: [android-developers] input type file

2013-05-15 Thread Justin Anderson
and choose whatever file type(s) you want. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 15, 2013 at 7:50 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi justin, I have a webview, which contain my website, In my website i have upload

Re: [android-developers] Recreating a surface view

2013-05-15 Thread Justin Anderson
I've never heard of the surfaceview getting destroyed after playing a video... That being said, why can't use just use the constructor and create a new one if you need to? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 15, 2013 at 9:58 AM

Re: [android-developers] Custom Base Adapter.

2013-05-15 Thread Justin Anderson
This SO post gives a pretty good explanation about why you shouldn't use Vector: http://stackoverflow.com/questions/1386275/why-is-java-vector-class-considered-obsolete-or-deprecated Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 15, 2013 at 4

Re: [android-developers] Re: Sharing SharedPreferences from two different processes

2013-05-14 Thread Justin Anderson
in pre-level-11 runtimes. Wouldn't that also mean the app wouldn't run properly (not being able to read shared preferences across processes)? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware -- -- You received this message because you are subscribed

Re: [android-developers] Re: Sharing SharedPreferences from two different processes

2013-05-14 Thread Justin Anderson
On Tue, May 14, 2013 at 12:39 PM, Justin Anderson magouyaw...@gmail.comwrote: prefs = context.getSharedPreferences(context.getPackageName() + _preferences, Context.MODE_PRIVATE | 0x4); // Context.MODE_MULTI_PROCESS Which also compiles in earlier API levels. The additional flag does no harm

Re: [android-developers] File Upload in WebView

2013-05-14 Thread Justin Anderson
What have you tried? http://lmgtfy.com/?q=android+webview+upload+file Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 14, 2013 at 5:01 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: In my webview ,i have an Upload button,how can i upload

Re: [android-developers] input type file

2013-05-14 Thread Justin Anderson
, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 14, 2013 at 6:19 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: input type file not working in webview ,please suggest Thanks RK -- -- You received this message because you are subscribed

Re: [android-developers] Custom Base Adapter.

2013-05-14 Thread Justin Anderson
So you just need to be able to sort the data? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 9, 2013 at 1:26 AM, Seshu s.seshu...@gmail.com wrote: Hi All, My requirements is i have a multiple listviews. i used base adapter class

Re: [android-developers] How to Send MMS

2013-05-14 Thread Justin Anderson
Dear ASK, We are not your personal Google search team... do some research yourself first (possibly by using Google to get started, hint hint...) and then when you get stuck ask a specific question and we will be glad to help you out. Sincerely, Everyone on this forum On May 14, 2013 8:55 PM,

[android-developers] Ideas para crear chat entre Android???

2013-04-22 Thread Anderson perez
-- -- 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,

Re: [android-developers] Detect if Screen is locked (Live Wallpaper)

2012-11-14 Thread Jonathan Anderson
Did you ever figure this out? -- 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] Re: GL ERROR - after deleteUnusedTextures() glError (0x502) - Webview and OverLapped image

2012-11-14 Thread Barrett Anderson
Similar error. 4.2 (did not happen before 4.2 for me). Using ViewPager to go between ImageViews (with the image resource set in the same way that you did). I start at an ImageView, swipe to a RelativeLayout with various WebViews and other things, then back to the first (or any other) ImageView,

[android-developers] Re: GL ERROR - after deleteUnusedTextures() glError (0x502) - Webview and OverLapped image

2012-11-14 Thread Barrett Anderson
(as opposed to just offscreen), the error and black artifact stop. When I disable the animation completely, there is no error or black artifact under any condition. On Tuesday, November 13, 2012 4:34:13 PM UTC-8, Barrett Anderson wrote: Similar error. 4.2 (did not happen before 4.2 for me

Re: [android-developers] weak USB juice?

2012-10-19 Thread Justin Anderson
It never ceases to amaze me how many times you ask off-topic questions on this forum... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 19, 2012 at 8:55 AM, bob b...@coolfone.comze.com wrote: I noticed that when my Galaxy Tab is connected

Re: [android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-19 Thread Justin Anderson
with developing an Android app? You aren't. This question is off-topic for this group. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 19, 2012 at 6:25 AM, falcon74 banibrata.du...@gmail.com wrote: Well, I think it is in a way, because based

Re: [android-developers] ListView doesn't refresh when last item is deleted

2012-10-19 Thread Justin Anderson
the adapter on the listview when you swap out the data... just call notifyDataSetChanged(). Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 19, 2012 at 10:43 AM, Jacek Jabłoński andr...@hydroid.plwrote: Hi, I have problem in my app. I have

Re: [android-developers] How to make Widgets not overlap

2012-10-19 Thread Justin Anderson
to remove the overlap? I repeat my first answer... with the amount of information you gave... no. We aren't mind readers. We don't have any idea what your code looks like or how you designed your app. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu

Re: [android-developers] IllegalArgumentException from the MediaStore

2012-10-19 Thread Justin Anderson
http://lmgtfy.com/?q=android+illegalargumentexception+databaseutils Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 3:06 PM, Gaurav gkalmady...@gmail.com wrote: Hi, Accessing the media store gives me an IllegalArgumentException

Re: [android-developers] Problem in apps

2012-10-19 Thread Justin Anderson
Solution: fix your app so it works on tab. I can vouch for this answer... I guarantee that once you fix the problem it will work. :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 17, 2012 at 2:55 PM, TreKing treking...@gmail.com wrote

Re: [android-developers] Re: Save the fragment state in tabs switch

2012-10-18 Thread Justin Anderson
Ummm... if you look at the documentation for the deprecated method it tells you what to do... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 9:27 AM, Giosia Gentile gfu...@gmail.com wrote: Ok but onRetainNonConfigurationInstance

Re: [android-developers] How to make Widgets not overlap

2012-10-18 Thread Justin Anderson
With the amount of information you've given us no. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 7:46 AM, Perry168 perry...@gmail.com wrote: Hi all, In activity, it has five TabWidgets. I customized my own image. When

Re: [android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-18 Thread Justin Anderson
1) This feature is probably a combination of device carrier specific. 2) This question has nothing to do with this list... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 7:45 AM, falcon74 banibrata.du...@gmail.com wrote: Froyo

Re: [android-developers]

2012-10-17 Thread Justin Anderson
1. Read this: http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html 2. Get to work 3. Ask a specific question when you get stuck... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 17, 2012 at 8:40 AM, Ibrahim

Re: [android-developers] Switching between Tabs.

2012-10-17 Thread Justin Anderson
Clear the values in onResume()? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 17, 2012 at 5:42 AM, nageswara rao Rajana nagu.raj...@gmail.com wrote: Hi, I have 3 Tabs(Each Tab is an Activity). In 1st Tab i have form filled and moved

Re: [android-developers] question

2012-10-17 Thread Justin Anderson
Use In-App Billing... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 17, 2012 at 6:06 AM, Deepanshu Khandelwal deepanshu.khandelwa...@gmail.com wrote: Hi All, I have created new android app it look like education use. i would like

Re: [android-developers] Re: Jagged array's objects in the ListView

2012-10-15 Thread Justin Anderson
Searched online, heaps of info on how to convert an array list to an array, but not vice versa. All you are wanting to do is convert an array to an array-list? Loop over the array and call add... Also, this is not specific to Android... Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] How to put GridView inside ScrollView

2012-10-12 Thread Justin Anderson
But I have to do this,so can any please give me some idea about this You can't. You read the documentation. It's not possible. You'll have to rethink your design. You could probably use TableLayout or GridLayout to accomplish this look. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Screen dim events in android

2012-10-12 Thread Justin Anderson
What are you wanting to do? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 12, 2012 at 5:19 AM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Oct 11, 2012 at 1:43 AM, Arun M R arun.m.r...@gmail.com wrote: Is there any methods to catch

Re: [android-developers] Changes to Strings.xml not showing up on resource chooser

2012-10-12 Thread Justin Anderson
What does the code look like where you are using those string resources? Are you doing something like this? myTextView.setText(@string/celsius); Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 8, 2012 at 3:25 AM, Mugambo sjy...@gmail.com wrote

Re: [android-developers] Media player help

2012-10-12 Thread Justin Anderson
How in the world do you expect anyone to help you? Are we supposed to be mind readers? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 11, 2012 at 3:14 AM, Ravi ravikant.sha...@tanzaniteinfotech.com wrote: Hello there, I have problem

Re: [android-developers] Read Card Swipe data in Android

2012-10-12 Thread Justin Anderson
Seriously? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 11, 2012 at 12:06 AM, Adeel Ansari muhammadadeelans...@gmail.com wrote: Hi, I want to make Application in which i have to read Card Swipe data . Card Swipe device attached with my

Re: [android-developers] problem in alertDialog login

2012-10-12 Thread Justin Anderson
How about looking at the documentation for EditText? https://developer.android.com/reference/android/widget/EditText.html#getText%28%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 10, 2012 at 4:49 AM, manjula pallewela manjulapallew

Re: [android-developers] How to put GridView inside ScrollView

2012-10-12 Thread Justin Anderson
, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 12, 2012 at 6:47 AM, Dilip Kumar Chaudhary androiddili...@gmail.com wrote: Thanks all for reply, If I use GridLayout instead of GridView then how can I do this.Will you elaborate this On Fri, Oct 12, 2012

Re: [android-developers] Get access to manifest.xml before installing the apk

2012-10-12 Thread Justin Anderson
No. And No. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 9, 2012 at 3:17 AM, Foi kaash...@gmail.com wrote: Is there any way to retrieve manifest.xml of APKs from Google Play before installing the application? (in the same way that google

Re: [android-developers] Custom notification with a button: the notification bar stays open when clicking on it (on 4.0)

2012-10-12 Thread Justin Anderson
Have you tested this on a real 4.0 device? It might just be an emulator bug... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 12, 2012 at 8:14 AM, BoD bodlu...@gmail.com wrote: Hi! I am working on an app that shows a notification

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