Re: [android-developers] Making an app backward compatible.

2011-05-12 Thread Justin Anderson
Remove any code that wasn't available in 1.6 and try to come up with alternatives... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 9, 2011 at 2:32 AM, gaurav gupta gaurav.gupta...@gmail.comwrote: Hi , please do some modification in ur

Re: [android-developers] c++ code for LCS

2011-05-12 Thread Justin Anderson
Umm Android is written in JAVA Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 11, 2011 at 10:40 PM, pupu njwa...@gmail.com wrote: i m new to c++, can any help me to write a simple c++code for longest common subsequence(LCS) -- You

Re: [android-developers] how to clear cache after read a file

2011-05-12 Thread Justin Anderson
http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 11, 2011 at 7:57 PM, android-disc...@googlegroups.com ged...@vsc.co.jp wrote: hello guys I want to clear cache after read a file or files

Re: [android-developers] Re: help with TextView

2011-05-13 Thread Justin Anderson
I don't see any glaring issues with the XML... Are there any other places in your code that you use the tvIntro text field? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 8:36 AM, cmt chrismt...@gmail.com wrote: Thanks guys

Re: [android-developers] EditText causes app to crash

2011-05-13 Thread Justin Anderson
, Dianne, and everyone else at Google (whether active contributors to this group or not), thank you for your efforts in making Android a success. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 6:37 AM, TreKing treking...@gmail.com

Re: [android-developers] EditText causes app to crash

2011-05-13 Thread Justin Anderson
* Sometimes, being on the outside, it is easy to remember that there is a lot of effort going on that we can't see* That should have read it is easy to forget... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 9:27 AM, Justin

Re: [android-developers] Changing application description shown in option list when multiple apps can do same job

2011-05-13 Thread Justin Anderson
AFAIK you can't... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 5:38 AM, Kacee komal...@gmail.com wrote: Hello there, I have a viewer app. There are other apps installed on my device as well doing same job. So when i open

Re: Ang.: Re: [android-developers] Activity is destroyed than instantly created when pushing the sleep/lock-screen button

2011-05-13 Thread Justin Anderson
loading or anything.* * * That's interesting... on my phone when I press the screen lock button with Angry Birds running and unlock my phone Angry Birds is no longer running. * The music is not running in a service.* * * You don't know that. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Re: starting Activity with result calls onActivityResult from calling Activty

2011-05-13 Thread Justin Anderson
specialized circumstances. Also note that it says singleInstance is the same as singleTask except for an additional constraint. http://developer.android.com/reference/android/app/Activity.html#startActivityForResult(android.content.Intent, int) Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Re: starting Activity with result calls onActivityResult from calling Activty

2011-05-13 Thread Justin Anderson
The Dev Guide link I posted doesn't say don't use it but it is pretty clear that it highly recommends not using it... Is that what you were referring to Dianne? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 10:09 AM, Dianne

Re: [android-developers] Preference Radio Buttons holding settings

2011-05-13 Thread Justin Anderson
Typically Android does take care of the rest... Without any sort of code showing how you are doing the preference you won't get much help. Is this a ListPreference? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 10:19 AM, arudzki

Re: [android-developers] How does one detect when an animation has finished?

2011-05-13 Thread Justin Anderson
http://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html http://developer.android.com/reference/android/view/animation/Animation.AnimationListener.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13

Re: [android-developers] How to use Notification service from Broadcast receiver

2011-05-13 Thread Justin Anderson
Maybe... but I doubt anyone will. See, we have enough on our hands doing our own work and don't want to do your for you as well. http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 4

Re: [android-developers] how to skip loading drivers at startup and load them all later on?

2011-05-13 Thread Justin Anderson
This is probably not the right group for this question... This group is for SDK questions and this definitely cannot be done with the SDK Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 12:42 PM, longingtoadopt.com anil.r

Re: [android-developers] Gallery image should navigate with textview

2011-05-13 Thread Justin Anderson
straightforward once you get the design figured out... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 12:56 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: Hti guys m making a gallery that contain 10 images , each images have a different

Re: [android-developers] Gallery image should navigate with textview

2011-05-13 Thread Justin Anderson
I'm not entirely sure what you are trying to accomplish... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 1:23 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: HI , i have a new issue , my using small dots to show the current

Re: [android-developers] Re: Gallery image should navigate with textview

2011-05-13 Thread Justin Anderson
a transparent background. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 13, 2011 at 2:07 PM, gaurav gupta gaurav.gupta...@gmail.comwrote: Hi , thanks 4 reply Now m setting ID for every imageview that m creating dynamically like * int

Re: [android-developers] Unable to toggle breakpoint in eclipse

2011-05-14 Thread Justin Anderson
You'll have better luck in an eclipse forum of some sort... On May 14, 2011 10:37 AM, Alex maroeb...@gmail.com wrote: I am unable to toggle a breakpoint in eclipse. When I try, it says The chosen operation is not enabled and then greys out the Toggle breakpoint option. Any ideas? -- You

Re: [android-developers] Re: Task State Being Lost

2011-05-16 Thread Justin Anderson
I may be wrong but I would think that FLAG_ACTIVITY_NEW_TASK would cause it to be reset when it is brought to the front... What happens when you remove this flag? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 16, 2011 at 11:51 AM, Eric e

Re: [android-developers] Re: Task State Being Lost

2011-05-16 Thread Justin Anderson
Ah... my bad. I didn't look at that part of the docs. I just looked at the description listed in the summary for that flag which didn't give all those details. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 16, 2011 at 12:08 PM, Eric e

Re: [android-developers] Reference an integer resource for Android manifest versionCode

2011-05-16 Thread Justin Anderson
. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 16, 2011 at 7:17 AM, andrew and...@mackenzie-serres.net wrote: In my Android app I: - generate an incrementing build number (integer) using a script as part of my build (uses Integer from SVN

Re: [android-developers] Re: ListView method posting NullPointerException error

2011-05-16 Thread Justin Anderson
Look at the LogCat output... It will tell you exactly where the NullPointerException is happening. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware 2011/5/16 hüseyin toplu hsy...@gmail.com i am usingArrayListString SeferBilgileri=new ArayListString

Re: [android-developers] ListView item click can't work

2011-05-16 Thread Justin Anderson
I don't see a listview in your xml Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, May 15, 2011 at 9:31 PM, a a harvey.a...@gmail.com wrote: LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width

Re: [android-developers] Trying to access a text (string) array via integer AND question on image size vs ads

2011-05-16 Thread Justin Anderson
Shouldn't your code read: descriptions[photoindex]? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, May 15, 2011 at 4:57 PM, Spooky spooky1...@gmail.com wrote: New question I'm trying to access an array of text strings by its integer index

Re: [android-developers] Re: Why WebView can't click on the link

2011-05-16 Thread Justin Anderson
Ok, cool. Thanks for sharing... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, May 15, 2011 at 12:13 PM, Menny menn...@gmail.com wrote: I noticed that OSes prior to 2.3 failed to follow links if setHorizontalScrollBarEnabled

Re: [android-developers] ListView item click can't work

2011-05-18 Thread Justin Anderson
Ok, so what does that code look like? On May 16, 2011 7:47 PM, a a harvey.a...@gmail.com wrote: this xml is listview's item view, listview created by java code set with Adapter 2011/5/17 Justin Anderson magouyaw...@gmail.com: I don't see a listview in your xml Thanks, Justin Anderson

Re: [android-developers] help for listview?

2011-05-18 Thread Justin Anderson
Have you tried stepping through the code in the Eclipse debugger? What happens when you do? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 18, 2011 at 3:25 PM, TreKing treking...@gmail.com wrote: On Wed, May 18, 2011 at 3:50 PM, Hitendrasinh

Re: [android-developers] htc inspire

2011-05-18 Thread Justin Anderson
Hardly an SDK question... Just google the specs on the phones and see for yourself. I have no clue. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 18, 2011 at 2:28 PM, bob b...@coolgroups.com wrote: Someone told me that their HTC Inspire

Re: [android-developers] Re: Devs with paid apps -- check your enabled countries

2011-05-19 Thread Justin Anderson
Yeah I've been noticing the same thing. Has happened 2 or 3 times to me now. Thank you Android Market Team! :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 7:25 AM, Streets Of Boston flyingdutc...@gmail.comwrote: For me

Re: [android-developers] Re: startActivityForResult

2011-05-19 Thread Justin Anderson
Where are you getting androidContext from? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 3:40 PM, kypriakos demet...@ece.neu.edu wrote: androidContext -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: startActivityForResult

2011-05-19 Thread Justin Anderson
* startActivityForResult is only implemented for an Activity, not for a Context!* LOL... I should have noticed that before posting my comment Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 3:50 PM, Kristopher Micinski krismicin

Re: [android-developers] getWindowManager in server?

2011-05-19 Thread Justin Anderson
http://developer.android.com/reference/android/content/Context.html#getSystemService(java.lang.String) http://developer.android.com/reference/android/content/Context.html#getSystemService(java.lang.String) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] Unlock thing

2011-05-20 Thread Justin Anderson
You can't Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 20, 2011 at 11:49 AM, Renan renanleand...@gmail.com wrote: I have a running android Service. It runs even on the lockscreen, and I want it to somehow Unlock the lockscreen. How can

Re: [android-developers] How to create future SMS

2011-05-20 Thread Justin Anderson
http://www.catb.org/~esr/faqs/smart-questions.html http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 10:27 PM, HariRam hariram1...@gmail.com wrote: Hi Guys, I am doing SMS

Re: [android-developers] TimePicker

2011-05-20 Thread Justin Anderson
hit 'a', 'A, 'p' or 'P' to pick. For a dialog using this view, see TimePickerDialoghttp://developer.android.com/reference/android/app/TimePickerDialog.html .* I could not find any mention of the ability to display seconds on that page... Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Unable to launch an activity from an AppWidget

2011-05-20 Thread Justin Anderson
Is the activity added in your manifest? Have you stepped through the code at all? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 8:03 PM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Thu, May 19, 2011 at 9:12 PM, Karl

Re: [android-developers] How to get class file from APK.

2011-05-20 Thread Justin Anderson
You've already asked this question and it has been answered. Please do not double-post. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 18, 2011 at 11:55 PM, HariRam hariram1...@gmail.com wrote: Hi guys: Is it possible to get class file

Re: [android-developers] Need to create Android toggle button in Iphone style

2011-05-20 Thread Justin Anderson
http://www.catb.org/~esr/faqs/smart-questions.html http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 12:58 PM, Balraj Singh balrajbalraj...@gmail.comwrote: Hi, I have a requirement

Re: [android-developers] Unable to run Hello world app in Eclipse

2011-05-20 Thread Justin Anderson
sysout will not display anything... Follow this Hello World tutorial: http://developer.android.com/resources/tutorials/hello-world.html http://developer.android.com/resources/tutorials/hello-world.htmlAnd the emulator is just slow... Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Re: Mac source control

2011-05-20 Thread Justin Anderson
Personally I use Mercurial. I develop on a PC but I'm pretty sure Mercurial is also available for Mac. The nice thing about Mercurial is that you can sign up for a free account at bitbucket.org and have your code hosted there at no cost. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] View.GONE but still accepts UI events

2011-05-23 Thread Justin Anderson
I have never run into this... What situations have you come across where this happens? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 1:13 PM, Anm andrew.n.marsh...@gmail.com wrote: This is something that I've run into a couple

Re: [android-developers] Re: How to get the user's nickname not username

2011-05-23 Thread Justin Anderson
I'm not even really sure I know what you are asking for and what is meant by a phone's nickname... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 6:43 AM, ArcDroid jacobrjohn...@gmail.com wrote: marketplace -- You received

Re: [android-developers] Re: ListView, onFling(horizontal), gesture issues

2011-05-23 Thread Justin Anderson
toggle the checkbox. If you get a swipe, do whatever it is that you want to do for that, etc... If it is not the problem that Doug mentioned then I have no clue how to fix it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, May 21, 2011 at 7:59 PM

Re: [android-developers] How to disable orientation changing?

2011-05-23 Thread Justin Anderson
Meaning solely from your website? No... Meaning you are going to publish an app that displays your game in a WebView? Yes... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 4:14 AM, herfleisch herflei...@gmail.com wrote: Hi all

Re: [android-developers] How to disable orientation changing?

2011-05-23 Thread Justin Anderson
But not with JavaScript or HTML... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 5:01 PM, Justin Anderson magouyaw...@gmail.comwrote: Meaning solely from your website? No... Meaning you are going to publish an app

Re: [android-developers] Can't get working startActivityForResult from objects method

2011-05-23 Thread Justin Anderson
You don't create new instances of Activity in Android... They are managed by the OS. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 2:50 AM, treiguts dzivni...@gmail.com wrote: extends -- You received this message because you

Re: [android-developers] Re: Unlock thing

2011-05-23 Thread Justin Anderson
If that is the case then they are probably doing this by an unofficial means of an unpublished API. This should not be done. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, May 22, 2011 at 6:24 AM, Sandy sandyridgera...@gmail.com wrote: On May

Re: [android-developers] problem in installation of android sdk

2011-05-23 Thread Justin Anderson
Did you install the 32-bit or 64-bit version of the JDK? I don't know if this has been fixed but I know in the past it would only find the 32-bit JDK. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, May 22, 2011 at 8:50 AM, Arslan arslan.ahmad

Re: [android-developers] list activty with array adapter onListItemClick issue

2011-05-23 Thread Justin Anderson
Impossible to tell without some code... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 20, 2011 at 2:34 PM, aspirant_r laughing.grav...@gmail.comwrote: I have an activity which uses an intent to navigate to a second activity which fills

Re: [android-developers] First item in Gridview has null mAttachInfo

2011-05-23 Thread Justin Anderson
Debug your code and find out why it is null... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 8:27 PM, Hanlin Day hanlin@gmail.com wrote: Views loaded through Adapter into Gridview, the mAttachInfo of the first item is null

Re: [android-developers] porting and build system

2011-05-23 Thread Justin Anderson
You need to ask this question in the android porting google group. This is for SDK application development. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 20, 2011 at 12:43 AM, mahesh.kalmeshwar mahesh.kalmeshwar.andr...@gmail.com wrote

Re: [android-developers] book

2011-05-23 Thread Justin Anderson
Oh goody! Really? I can't wait! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, May 20, 2011 at 4:15 AM, ARUMUGAM S arumugam...@gmail.com wrote: i will come tomorrow -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] How to write a program that can display Jpeg or Bmp image from buffer?

2011-05-23 Thread Justin Anderson
1. Write a program that can display Jpeg or Bmp image from array buffer 2. No... 3. Go to http://www.catb.org/~esr/faqs/smart-questions.html. Go directly to http://www.catb.org/~esr/faqs/smart-questions.html. Do not pass Go. Do not collect $200. 4. Try Again... Thanks, Justin

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-23 Thread Justin Anderson
and yet my highest months of sales are about $100 after Google's cut. Its not bad for a hobby (especially since I write my apps because I use and like them) but anyone trying to make it as a full time career should have a viable alternative. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-23 Thread Justin Anderson
@Zsolt Now I'm curious... What apps have you published so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 11:03 PM, Kevin TeslaCoil Software ke...@teslacoilsw.com wrote: I quit my day job several months ago for my Android

Re: [android-developers] Re: Updating row dynamically in table layout

2011-05-23 Thread Justin Anderson
Use a ListView and write an Adapter... You could probably start with sub-classing BaseAdapter and making it take an ArrayList of data. You should then find this much easier to do... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 23, 2011 at 9

Re: [android-developers] switching from one app to another

2011-05-27 Thread Justin Anderson
app instead. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 26, 2011 at 6:39 PM, Mark Murphy mmur...@commonsware.comwrote: On Thu, May 26, 2011 at 8:06 PM, bob b...@coolgroups.com wrote: I have an app that opens a web browser, but after

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-25 Thread Justin Anderson
benefit us as developers. But how exactly would that benefit their bottom-line? Remember... these are businesses. They are in it for the sole purpose of making money. Interoperability doesn't really have the ROI to make it very feasible. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Re: Amazon Appmarket is now open!

2011-03-25 Thread Justin Anderson
to take into account and they may be different from company to company... As great as it would be to have the synergy (I don't disagree with the idea) I just don't think it is feasible for a multitude or reasons. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] select a row in a listview

2011-03-25 Thread Justin Anderson
You're really going to have to provide more information here, otherwise we are only going to be guessing at what you really want to accomplish... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 25, 2011 at 12:41 PM, Igor Nesralla Ribeiro nesra

Re: [android-developers] select a row in a listview

2011-03-25 Thread Justin Anderson
activity to edit the note. http://developer.android.com/resources/tutorials/notepad/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 25, 2011 at 1:20 PM, Igor Nesralla Ribeiro nesra...@gmail.comwrote: Justin, Well, i have a listview

Re: [android-developers] Android device configuration problem

2011-03-25 Thread Justin Anderson
Go to Settings -- Applications -- Development and enable USB Debugging. If that doesn't work you will probably have to contact Samsung. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 25, 2011 at 1:50 PM, Deeps pradeepb...@gmail.com wrote: Hi

Re: [android-developers] PACKAGE_USAGE_STATS exception

2011-03-25 Thread Justin Anderson
You have just been told by an Android Framework Engineer (Dianne) that you CAN'T! That is the answer. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 25, 2011 at 4:16 PM, Sarath Krishna sarathkrishn...@gmail.comwrote: I am running

Re: [android-developers] Unable to build LVL after updates

2011-03-31 Thread Justin Anderson
* A quick search for the error turns up this:* Alas... I now get my hand slapped for doing the very thing that I so often get after others about. I did do a little searching but I must admit I didn't do everything I should have. Thanks for the reminder, Treking! :-) Thanks, Justin Anderson

Re: [android-developers] Unable to build LVL after updates

2011-03-31 Thread Justin Anderson
one (from the new SDK installation) and now everything seems to be working just fine. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 31, 2011 at 6:12 PM, TreKing treking...@gmail.com wrote: On Thu, Mar 31, 2011 at 6:08 PM, Justin Anderson

Re: [android-developers] Re: Dev Console profile edit page??

2011-04-01 Thread Justin Anderson
And now... not 30 seconds after I post this... it is working again. Sorry for the false scare! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 1:01 AM, MagouyaWare magouyaw...@gmail.com wrote: I just tried uploading an update

Re: [android-developers] Re: Use one handler for multiple activties

2011-04-01 Thread Justin Anderson
Here is a good one: http://lmgtfy.com/?q=java+listeners Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 1:13 AM, Nand nandithab...@gmail.com wrote: Hi, Thanks for the reply. Can you please provide some links whihc gives

Re: [android-developers] C/C++ Integration With Android...

2011-04-01 Thread Justin Anderson
You would be better off asking this question in the Android NDK group... http://groups.google.com/group/android-ndk Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 5:59 AM, iliTheFallen gurcan.il...@gmail.com wrote: Hi All, I

Re: [android-developers] How to display ProgressDialog while starting Activity?

2011-04-01 Thread Justin Anderson
Take a look at the AsyncTask documentation... You have to do all of your initialization in a separate thread. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 2:01 AM, Mochamad Basofi moch.bas...@gmail.comwrote: Hello, is there any

Re: [android-developers] problem with Checkboxes inside ListView using BaseAdapter

2011-04-01 Thread Justin Anderson
this. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 2:52 AM, droid_gal prime2m...@gmail.com wrote: Dear all, I have a problem with my adapter that extends BaseAdapter That is to inflate the listview's rows with a text view

Re: [android-developers] Refreshing app

2011-04-01 Thread Justin Anderson
answer you are likely to get... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 2:43 AM, prakrati prakrati@gmail.com wrote: My data is coming from the server and i want to refresh that data every 2 minutes what should i do

Re: [android-developers] Re: How to build an android project that doesn't contain AndroidManifest.xml

2011-04-01 Thread Justin Anderson
files without quite a bit of work 4. What in the world are you trying to accomplish? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 12:25 AM, rose beck rosebeck...@gmail.com wrote: Somebody please please help On Thu

Re: [android-developers] Re: Help me to realize preferences scheme to use it between activities

2011-04-01 Thread Justin Anderson
* Who said anything about reading preferences in another package?* I know the OP certainly didn't... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 8:39 PM, TreKing treking...@gmail.com wrote: On Fri, Apr 1, 2011 at 9:07 PM

Re: [android-developers] how to get receive status?

2011-04-05 Thread Justin Anderson
What in the world are you asking? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 4, 2011 at 10:54 PM, swarnendu gotoswarne...@gmail.com wrote: in python-- for android automation import android phone_1=android.Android('1') stat=phone_1

Re: [android-developers] random 404 on google android pages

2011-04-05 Thread Justin Anderson
seen the same behavior in the last couple days. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 4, 2011 at 3:24 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 3 April 2011 16:04, Joaquin Grech joaquingr...@gmail.com wrote: Any news

Re: [android-developers] DEBUG an error with inflate i think?

2011-04-05 Thread Justin Anderson
* 04-05 01:30:26.100: ERROR/AndroidRuntime(595): Caused by: android.view.InflateException: Binary XML file line #24: Error inflating class unknown * What is on line 24 of your xml file? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 4, 2011

Re: [android-developers] Re: HomeScreen Widget frustrating

2011-04-05 Thread Justin Anderson
* But what do I have to do with Android 2.1? I don't get the scrolling working.* Exactly. As Dianne said, you can't use scrolling widgets in any version of Android prior to 3.0... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 4, 2011 at 5

Re: [android-developers] Permission denied for the owner of a service ?

2011-04-05 Thread Justin Anderson
that is. Hopefully someone else can post the link... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Apr 4, 2011 at 5:19 AM, vadmeste vadme...@gmail.com wrote: I am tweaking Android and making some modifications on the Phone package -- You received

Re: [android-developers] Button and onClickListner help needed

2011-04-05 Thread Justin Anderson
Have you verified you are not getting in the onClick method? Try putting a Toast inside your onClick method and see whether or not you are getting in there... I don't see anything wrong offhand with your onClickListener... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com

Re: [android-developers] How to Position a android button properly?

2011-04-05 Thread Justin Anderson
* You can do this by setting the margins appropriately* It would probably be better to do this using layouts appropriately. But I like TreKing's answer... It answers the OP's question quite nicely. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue

Re: [android-developers] Using a 9 patch as a listSelector affects padding

2011-04-05 Thread Justin Anderson
Without showing us what you are doing exactly (i.e. some code), you aren't going to get a good answer. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011 at 11:37 AM, jsera gall.blad...@gmail.com wrote: I don't want this. How do I

Re: [android-developers] Keycode EVENTs

2011-04-05 Thread Justin Anderson
The Android OS does not allow an application to intercept the home button key... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011 at 11:02 AM, TreKing treking...@gmail.com wrote: On Mon, Apr 4, 2011 at 12:41 PM, kiros88 ghui

Re: [android-developers] Re: Using a 9 patch as a listSelector affects padding

2011-04-05 Thread Justin Anderson
What does your 9 patch look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011 at 2:27 PM, jsera gall.blad...@gmail.com wrote: ListView android:id=@+id/mainList android:layout_width=fill_parent

Re: [android-developers] Re: Using a 9 patch as a listSelector affects padding

2011-04-05 Thread Justin Anderson
/ directory of your project. * From the image you supplied it looks like you have much more than 1 extra pixel to define the stretchable areas... That very well could be the cause of your padding Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011

Re: [android-developers] Fade in animation is not getting displayed?

2011-04-05 Thread Justin Anderson
Where is the code for actually running the animation? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011 at 5:47 AM, Pink sivareddy.j...@gmail.com wrote: Hi, I am using fade in animation in my application. When i try to play

Re: [android-developers] Facade Support

2011-04-05 Thread Justin Anderson
huh? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011 at 4:04 AM, rahul katoc...@gmail.com wrote: I m using ase_r25_2.1_04-02-2011.apk for android SDK. From where I will get the supported facade? -- You received this message

Re: [android-developers] how to make timetable in android.

2011-04-05 Thread Justin Anderson
http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011 at 1:43 AM, Kirti Joshi joshikirti...@gmail.com wrote: how to make timetable and schedule for a day, week and month. in android

Re: [android-developers] MediaPlayer

2011-04-05 Thread Justin Anderson
What problem are you having? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Apr 2, 2011 at 4:16 PM, pharaoh edelcides.goncal...@gmail.comwrote: Can anyone tell me what is wrong with this code? package infinite.fenix.android; import

Re: [android-developers] Still having issues.

2011-04-05 Thread Justin Anderson
Gee... that's nice. Thanks for sharing. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Apr 2, 2011 at 4:51 PM, penfoldcrumbs vortex.planetar...@gmail.comwrote: Still unable to upload and intermittent page load issues as of 22.50 GMT, April

Re: [android-developers] help

2011-04-05 Thread Justin Anderson
What? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Apr 3, 2011 at 8:14 AM, nainfanta nainfa...@gmail.com wrote: Can not account registration, who can help me upload an application? From Robin 2011-04-03 22:13:01 -- You received

Re: [android-developers] Gallary Scroll and click event

2011-04-05 Thread Justin Anderson
Seems odd to me that setting the onItemClickListener would cause your Gallery to lose its ability to scroll... I have used Gallery views extensively and have never seen this behavior. What does the code look like when you set the listener? Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] goodlooking android icons

2011-04-06 Thread Justin Anderson
for iPhone, Apple takes my icons and makes them pretty, but i don't think the Android people do that.* Thank goodness! I don't want someone else to tell me what is pretty and change things on me... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed

Re: [android-developers] Laurent LARUNIE?

2011-04-06 Thread Justin Anderson
Yeah... I started getting them too. So I filtered it out and haven't been bothered since. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 6, 2011 at 7:59 AM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 6 April 2011 08:43, Zsolt Vasvari

Re: [android-developers] subscription request

2011-04-06 Thread Justin Anderson
* I would like to join to the group of Android developers so i can read / post questions.* Congratulations... you just did! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 6, 2011 at 7:29 AM, android user android.fa...@googlemail.comwrote

Re: [android-developers] Create a list of items on top of an activity running a video

2011-04-07 Thread Justin Anderson
What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Apr 6, 2011 at 12:52 PM, DM dalveermar...@gmail.com wrote: Hi, I am not quite sure how to achieve this. The requirement is to Create a list of ite.ms on top

Re: [android-developers] Click event in list on list items.

2011-04-20 Thread Justin Anderson
On Apr 20, 2011 2:34 AM, vix vikas.dh...@gmail.com wrote: Hi, I am able to navigate activities using listitem click. Good for you... Please share the code No... Thanks Vikas Dhar -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Re: Lag problem

2011-05-02 Thread Justin Anderson
Restart? Maybe uninstall some apps? Maybe get a better phone? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 2, 2011 at 4:36 PM, Paul Turchenko paul.turche...@gmail.comwrote: Seriously? On Apr 30, 10:06 am, Fadil Kamal fadilkama

Re: [android-developers] Competitor attack

2011-05-03 Thread Justin Anderson
downloads and an average rating of 4 stars and even I get reviews like that sometimes. If it were a competitor attack you would see a lot more than 6 bad reviews in a month. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 10:04 AM, Brill

Re: [android-developers] Building C code for Android (no Java/jni)

2011-05-03 Thread Justin Anderson
Without using the NDK it is not possible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 3:47 AM, Mark maf...@yahoo.co.uk wrote: Hi, Can anyone tell me how to compile+build a program, written in C on Android? There's no Java

Re: [android-developers] Re: Competitor attack

2011-05-03 Thread Justin Anderson
Still doesn't seem like a competitor attack... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 3, 2011 at 12:02 PM, Brill Pappin bpap...@sixgreen.com wrote: Thanks TreKing, I'll take a look. - Brill Pappin On May 3, 1:04 pm, TreKing

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