Re: [android-developers] Re: How to set android:fillViewport=true for scrool view programatically?

2012-09-04 Thread Justin Anderson
Interesting... If you look at the documentation for the fillViewport attribute it actually gives you the answer to your question... How about that! https://developer.android.com/reference/android/widget/ScrollView.html#attr_android:fillViewport Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Re: How Can I pass an ArrayList do another Activity?

2012-09-04 Thread Justin Anderson
How did you NOT find it? That's easy... The OP did NOT look for an answer... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Sep 1, 2012 at 10:00 AM, Fred Niggle fred.nig...@googlemail.comwrote: a quick google search found this: http

Re: [android-developers] Re: Icon Size Google Drive missing (72*72)

2012-09-05 Thread Justin Anderson
can do about it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 7:17 AM, Patrick Kuckertz kuckertz.patr...@googlemail.com wrote: Am Dienstag, 4. September 2012 13:05:50 UTC+2 schrieb Patrick Kuckertz: Hi, I am listing up apps

Re: [android-developers] how to-Start new activity with also current activity running

2012-09-05 Thread Justin Anderson
Is Activity A a specific activity of a specific app or just any arbitrary activity? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 6:34 AM, Dan dan.schm...@gmail.com wrote: By not readily he means that there is no nice public API

Re: [android-developers] Facebook SDK - only returning 57 results using JSON

2012-09-05 Thread Justin Anderson
I would probably try asking somewhere dedicated to the Facebook SDK... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 3:38 AM, Niall Paterson npaters...@gmail.com wrote: Anyone experienced the Graph API returning only a set number

Re: [android-developers] Adding Icons in ListView

2012-09-05 Thread Justin Anderson
that. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 5:30 AM, Larry Meadors larry.mead...@gmail.comwrote: Get used to the xml, really. You'll kick yourself if you coffee it all in Java. On Sep 4, 2012 11:37 PM, Ravin rperi...@yahoo.com

Re: [android-developers] soap request parameter

2012-09-05 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+send+soap+request Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 5:23 AM, rauf

Re: [android-developers] Android: how to manipulate the display at OS level

2012-09-05 Thread Justin Anderson
Questions regarding modifying the Android OS should be asked on one of the forums listed here: http://source.android.com/community/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 5:33 PM, Lian Balan lianba...@gmail.com

Re: [android-developers] Generate R file for an added to a project package

2012-09-05 Thread Justin Anderson
Build your project... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 8:36 PM, swesdo4ka66 lari...@gmail.com wrote: Hi there, I added a new package to my project, how to generate the R file for it? Thanks :) -- You

Re: [android-developers] Concatenate EditText gives NullPointer Error

2012-09-05 Thread Justin Anderson
... and then fix it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 2:54 AM, Plasma micadey...@gmail.com wrote: Please help me fix the error in the code here - http://www.fpaste.org/HzoM/. The error I am gettting is: 09-04 08:32:40.524

Re: [android-developers] Re: Google nudity policies question. Is our content approvable or not?

2012-09-05 Thread Justin Anderson
for the OP to have shown some constraint... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 10:11 AM, FiltrSoft kri...@gmail.com wrote: I think he was asking if art nudity would be accepted in the Play Store, then just regular porn-like

Re: [android-developers] BluetoothAdapter.getDefaultAdapter() in a non-UI thread

2012-09-05 Thread Justin Anderson
+Can%27t+create+handler+inside+thread+that+has+not+called+Looper.prepare() I got it from calling BluetoothAdapter.getDefaultAdapter(); in a non-UI thread. Then you *really* can't call that method from a non-ui thread... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] Simple calculate button help

2012-09-05 Thread Justin Anderson
Is this using Adobe Air for Android? If so this is not really the right group for this type of question... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 9:14 AM, Ryan Watts ryandwa...@gmail.com wrote: Greetings I am developing

Re: [android-developers] How to change the Blue Line below Title in AlertDialog.

2012-09-05 Thread Justin Anderson
Change it how? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 12:00 AM, Shan Ul Haq shan@tigerspike.comwrote: Hi, I cannot find any style property that changes the blue line under title of the AlertDialog. can anyone please

Re: [android-developers] What is the use of persist.img ?

2012-09-05 Thread Justin Anderson
This is not the correct place to ask this type of question... Consider one of the forums listed here: http://source.android.com/community/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 10:41 PM, goel siddharth98

Re: [android-developers] Help with first application

2012-09-05 Thread Justin Anderson
/2012/08/so-you-need-help.html No one is going to just sit down and write your app for you... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 3, 2012 at 1:01 PM, Nelson André nelson.dias.an...@gmail.comwrote: Hello all, I'm building my first

Re: [android-developers] Noob Alert ;) No create android project button.....(Eclipse)

2012-09-05 Thread Justin Anderson
1. File -- New -- Project 2. Expand the Android Folder and choose Android Project Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 2:23 AM, Monkey_1 stevepetmon...@gmail.com wrote: Hey, I have installed the SDK tools

Re: [android-developers] How to set height of a custom developed AlertDialog ?

2012-09-05 Thread Justin Anderson
to? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 1:49 AM, tvdalia truptida...@gmail.com wrote: Calin, For hard coded layout_height, how to figure out that. I can have the MainBody's height, but how do I set it as hard coded

Re: [android-developers] Re: How to generate random numbers between 1 to 8?

2012-09-05 Thread Justin Anderson
problem... Not only that, but theoretically (probably not in practice) you could end up in an infinite or a really long recursion loop... Bob's way was much nicer and cleaner. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 4:40 AM, AntiBit

Re: [android-developers] How to set height of a custom developed AlertDialog ?

2012-09-06 Thread Justin Anderson
Try doing this: ListView android:layout_height=0dp android:layout_weight=1 / Got it from here: http://stackoverflow.com/questions/4300170/listview-ignoring-wrap-content Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 6, 2012

Re: [android-developers] Re: wife manager in android

2012-09-06 Thread Justin Anderson
I wonder if the WifeManager class is used in this program: http://www.jamesshuggins.com/h/hum1/girl_to_wife.htm If that is the case then maybe you should consider the GirlfriendManager class instead... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] databse

2012-09-06 Thread Justin Anderson
That is a good point... I will add that link to my post. Thanks for your input! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 6, 2012 at 3:19 AM, sparky spar...@google.com wrote: Hi Justin, Thank you for the blog article. Nice

Re: [android-developers] i need your help

2012-09-06 Thread Justin Anderson
This is not an appropriate question for group as it has absolutely nothing to do with developing an app with the Android SDK. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 1:33 PM, Nou nouhaghr...@gmail.com wrote: hello everyone

Re: [android-developers] Forced ladscape crashed when started with device in portrait

2012-09-06 Thread Justin Anderson
. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 1:45 PM, iQue max.nielse...@gmail.com wrote: 09-05 21:40:36.031: E/AndroidRuntime(30347): java.lang.RuntimeException: Unable to start activity ComponentInfo{nielsen.happy.shooter

Re: [android-developers] Register android developer account for company

2012-09-06 Thread Justin Anderson
Use a company credit card? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 5, 2012 at 9:02 AM, futuredeveloper? mik654r...@gmail.comwrote: I'm trying to register an Android Developer account for our company that we'll use to publish our

Re: [android-developers] Need assistance reg using single layout, create AlertDialog handle events in different Activity's

2012-09-06 Thread Justin Anderson
a click listener as a parameter to your method. The reason I said the docs give you everything you need is because once you add the parameter to your static method the code inside your dialog should be virtually identical to that in the docs. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Need assistance reg using single layout, create AlertDialog handle events in different Activity's

2012-09-06 Thread Justin Anderson
to that in the docs* Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 6, 2012 at 7:56 AM, Justin Anderson magouyaw...@gmail.comwrote: I couldn't find any example from docs as per my needs and that you and Trek are reffering to. If you were looking

Re: [android-developers] How to add a dynamic editable text area to a LinearLayout

2012-09-07 Thread Justin Anderson
I thought it was something like TextView tv = new TextView(null); to start with but that crashes. Well... did you look at the error you get when it crashes? I'm guessing that you can't pass in null for a context... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] soap+android related problem

2012-09-07 Thread Justin Anderson
Yeah... it is called Google - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html - http://lmgtfy.com/?q=android+soap+request Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Sep 7, 2012 at 7:38 AM, rauf qureshi

Re: [android-developers] asp.net to Android

2012-09-07 Thread Justin Anderson
Step 1: Learn Java... There are lots of Java tutorials online Step 2: Learn Android... Start here: http://developer.android.com Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Sep 7, 2012 at 1:15 AM, prakash jha pramu...@gmail.com wrote: I am

Re: [android-developers] How to add a dynamic editable text area to a LinearLayout

2012-09-07 Thread Justin Anderson
I did but it wasn't very helpful. If you know how to read a Java stacktrace it would be very helpful. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Sep 7, 2012 at 8:21 AM, Knutsford Software i...@knutsford-software.co.uk wrote: I did

Re: [android-developers] Can I prelaunch an app?

2012-09-13 Thread Justin Anderson
to load. At least, that would be my use case. Perhaps M. Liao has a different need. That is not possible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 13, 2012 at 7:51 AM, Steve morfus...@gmail.com wrote: The use case is that some apps

Re: [android-developers] How to show new intent transition from right to left

2012-09-20 Thread Justin Anderson
https://developer.android.com/reference/android/app/Activity.html#overridePendingTransition%28int,%20int%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 7:47 AM, Swap swapnilads...@gmail.com wrote: hey guys, i want to show (i

Re: [android-developers] ListView | Full Code | Cannot capture item click!

2012-09-20 Thread Justin Anderson
, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 4:13 AM, Chance Sanders chance.sand...@gmail.comwrote: Guys, I'm having one hell of a time here trying to listen for the 'on click' for this ListView. Every single thing I've seen when

Re: [android-developers] Re: ListView | Full Code | Cannot capture item click!

2012-09-20 Thread Justin Anderson
... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 9:07 AM, Chance Sanders chance.sand...@gmail.comwrote: I reverted to a 'working' build to demonstrate where I was in a working state. -- You received this message because you

Re: [android-developers] VideoView and MediaPlayer

2012-09-20 Thread Justin Anderson
Look at the source code... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 12:16 PM, bob b...@coolfone.comze.com wrote: Can someone help me understand the relationship between VideoView and MediaPlayer? Does one use the other

Re: [android-developers] Re: What are the rules in regards to linking websites within an app?

2012-09-20 Thread Justin Anderson
I would contact them... especially since they have their own Android app. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 12:07 PM, Geofuzzy gogat...@gmail.com wrote: There are no limitations on Android Apps like that, you can

Re: [android-developers] Re: How to generate bitmap for a view and make the bitmap exactly equals to the view's display?

2012-09-20 Thread Justin Anderson
/reference/android/graphics/Matrix.ScaleToFit.html#FILL Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 9:16 AM, bob b...@coolfone.comze.com wrote: I suspect your penguin image is too large. I see that the penguin image comes

Re: [android-developers] NFC

2012-09-20 Thread Justin Anderson
What would be the use-case for something like that? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 10:10 AM, bob b...@coolfone.comze.com wrote: Is it possible to create an Android chat application using NFC? -- You received

Re: [android-developers] Orientation checking

2012-09-20 Thread Justin Anderson
Maybe this will help: http://android-developers.blogspot.com/2010/09/one-screen-turn-deserves-another.html http://developer.android.com/reference/android/view/Display.html#getRotation%28%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19

Re: [android-developers] Google Android

2012-09-20 Thread Justin Anderson
You've already been given an answer on the link you provided... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 18, 2012 at 11:08 AM, Ashish Sharma ashishsharma...@gmail.comwrote: Plz Helpbring up a TEXT WINDOW that listens

Re: [android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-20 Thread Justin Anderson
think they did a great job of allowing you to use GPS once you've already gotten the route data with a data connection. That is awesome... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 12:03 AM, David GESG drsv...@gmail.com wrote

Re: [android-developers] Sliding drawer

2012-09-20 Thread Justin Anderson
http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html http://lmgtfy.com/?q=android+left-to-right+sliding+drawer Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 4:06 AM, mohammed Nuhail nuhail

Re: [android-developers] Re: Text inside the spinner view overlaps arrow

2012-09-20 Thread Justin Anderson
Try this: http://developer.android.com/reference/android/widget/TextView.html#attr_android:ellipsize Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012 at 12:33 AM, Ratheesh Valamchuzhy android...@gmail.com wrote: no .. we

Re: [android-developers] this Custom tab widget is possible ?

2012-09-20 Thread Justin Anderson
for something custom like this. Try doing stuff, and then when you run into a specific problem, ask again. http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Sep 19, 2012

Re: [android-developers] Offline Maps Won't Calculate Route Without a Data Connection

2012-09-20 Thread Justin Anderson
...and this has what to do with development on android? Another good point! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 20, 2012 at 11:34 AM, Larry Meadors larry.mead...@gmail.comwrote: ...and this has what to do with development

Re: [android-developers] lock android screen orientation to landscape for all apps

2012-09-20 Thread Justin Anderson
No. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 17, 2012 at 11:47 PM, ahmed mehmood ahmedmehmoo...@gmail.comwrote: Hi , i want to lock android screen orientation to landscape for all apps . Is there any way to do it ? I have tried

Re: [android-developers] [android bind to AccessibilityService]

2012-09-20 Thread Justin Anderson
've been searching google and have not found anything there that is asking, someone help me I find that extremely hard to believe... http://lmgtfy.com/?q=android+bind+to+service Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 18, 2012 at 1

Re: [android-developers] HELP!... Unlock Bootloader issue...

2012-09-20 Thread Justin Anderson
This group is for developing Android applications with the SDK. Your question has nothing to do with the topic of this group. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Sep 16, 2012 at 12:41 PM, Diomedes Jimenez jimenez.diome...@gmail.com

Re: [android-developers] An application that hosts a set of other applications

2011-10-13 Thread Justin Anderson
are signed with the same key, give them all the same sharedUserId in the manifest, and start poking around with either fragments or the LocalActivityManager class (but this class is deprecated now)... It will be a world of heartache and bugs if you decide to go this route... Thanks, Justin Anderson

Re: [android-developers] Can we open the Market's search activity through intent?

2011-10-13 Thread Justin Anderson
1) What is the Market's black search activity? 2) http://tinyurl.com/42texbr Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 13, 2011 at 3:31 PM, Build account newandroi...@gmail.comwrote: Hello. Is there any intent option to open

Re: [android-developers] Last Market Update : app search fail ?

2011-10-13 Thread Justin Anderson
* Am i missing something?* Probably not... welcome to the wonderful world of the Android Market! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 13, 2011 at 5:41 PM, mrqzzz marcus.ob...@gmail.com wrote: Hi. Since the last Market update

Re: [android-developers] animateWithDuration

2011-10-14 Thread Justin Anderson
Have you looked at Android animations at all? http://developer.android.com/guide/topics/graphics/view-animation.html http://developer.android.com/guide/topics/graphics/animation.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 14, 2011

Re: [android-developers] Re: Button Animation

2011-10-14 Thread Justin Anderson
Perhaps this is what you are looking for? Never used it so I'm not sure, but look at this animation property: http://developer.android.com/reference/android/view/animation/Animation.html#attr_android:fillAfter Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] Button not clickable while playing animation

2011-10-14 Thread Justin Anderson
Gee that's a really cool idea... thanks for telling us about it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 14, 2011 at 11:01 AM, buda gavril dlbudagav...@gmail.comwrote: I have a button which I need to be able to click on it white

Re: [android-developers]

2011-10-17 Thread Justin Anderson
http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 17, 2011 at 3:40 AM, johny basha visitba...@gmail.com wrote: Dear All, i want an example, how the data can be retrieved from the external

Re: [android-developers] Re: Problem while applying custome theme.

2011-10-17 Thread Justin Anderson
to be a convention and Android does not distinguish by the filename. The difference between a style and a theme is where it is applied (activity level or view level). Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 17, 2011 at 10:04 AM, gyanu maharjan

Re: [android-developers] timer for implementing projectile motion

2011-10-17 Thread Justin Anderson
in the search box...* * Also please let me know the range of initial velocity V which can be used for assumption.* Seriously? I would also highly recommend this link: http://www.catb.org/~esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] How to make a section of a widget background like a button

2011-10-17 Thread Justin Anderson
a little more information (like what have you tried so far and what isn't working) you're not going to get much help... You are going to want to define your Widget UI in XML. And you might want to check out this page: http://developer.android.com/guide/topics/appwidgets/index.html Thanks, Justin

Re: [android-developers] videos uploading in android

2011-10-17 Thread Justin Anderson
Is there any site to provide this functionality. Youtube... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 14, 2011 at 12:26 AM, ravi ravinderjre...@gmail.com wrote: Hi, my requiremet is from my application we can upload videos, who ever

Re: [android-developers] Planning to buy Samsung galaxy Si9000 or LG optimus P970 please let me know the best one?

2011-10-17 Thread Justin Anderson
Eenie meenie minie moh... Catch a tiger by his toe... If he hollers let him go... And you are not it... Looks to me like the best one would be the LG. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 13, 2011 at 11:22 AM, Best Rek fastmoving

Re: [android-developers] Custom Gallery Selection

2011-10-17 Thread Justin Anderson
Have you tried manually setting the selection after initialization? http://developer.android.com/reference/android/widget/AbsSpinner.html#setSelection%28int,%20boolean%29 Not sure if that will work but it seems I've had to do that in the past... Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] In Textview, how to change the 'selected' color?

2011-10-18 Thread Justin Anderson
Have you tried looking at a selector? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 17, 2011 at 10:42 PM, Build account newandroi...@gmail.comwrote: Hello. Is there any way to change the color of 'selected' state? Since I'm trying to use

Re: [android-developers] Market copy protection and blocked builds

2011-10-18 Thread Justin Anderson
. They will then be able to see the apps again. If you decide not to do that, then the problem IS your fault. You have to weigh the pros and cons and make the decision as to whether or not it is worth it. But either way the responsibility rests on your shoulders. Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread Justin Anderson
Hmm... I'm not aware of a way to programmatically create a selector (but that doesn't mean it is impossible). Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 1:49 AM, Build account newandroi...@gmail.comwrote: Wow! This is what

Re: [android-developers] Re: Planning to buy Samsung galaxy Si9000 or LG optimus P970 please let me know the best one?

2011-10-18 Thread Justin Anderson
Wow... I'm surprised how many people took my eenie meenie minie moh selection seriously... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 1:05 AM, gjs garyjamessi...@gmail.com wrote: Hi, Galaxy, search LG forums to see how

Re: [android-developers] Re: Problem while applying custome theme.

2011-10-18 Thread Justin Anderson
My guess is that the dialog theme does not make it a true dialog... It is probably using a 9-patch drawable to make it look like a dialog. Therefore, when you change the background you are drawing over the drawable and it no longer looks like a dialog. Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Problem in Focussing Layout!

2011-10-18 Thread Justin Anderson
Read the docs... http://developer.android.com/reference/android/view/View.html#attr_android:focusable Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 12:28 AM, abi periaabir...@gmail.com wrote: Hi, Layout consists of Text Views

Re: [android-developers] Re: In Textview, how to change the 'selected' color?

2011-10-18 Thread Justin Anderson
Nice! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 10:28 AM, Kostya Vasilyev kmans...@gmail.comwrote: http://developer.android.com/reference/android/content/res/ColorStateList.html Public Constructors

Re: [android-developers] ListView scroll lag with images

2011-10-18 Thread Justin Anderson
Load the images asynchronously in a separate background thread... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 5:27 AM, Sharief Shaik sharie...@gmail.com wrote: Hi All, I have a ListView with dynamic content from web. It has

Re: [android-developers] ToDolist Error on android

2011-10-18 Thread Justin Anderson
Please post the xml file where R.id.myListView is defined... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Oct 15, 2011 at 2:29 AM, Varun vjjva...@gmail.com wrote: R.id.myListView -- You received this message because you are subscribed

Re: [android-developers] how to calculate area of ​​a polygon of points on the map?

2011-10-18 Thread Justin Anderson
Yes Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 11:40 AM, Turim turim_thi...@hotmail.com wrote: is there any way or WebService to make this calculation? -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Can we open the Market's search activity through intent?

2011-10-18 Thread Justin Anderson
I don't think it is possible to access that directly... I may be wrong but I do not think that is its own activity. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Oct 16, 2011 at 9:54 PM, Build account newandroi...@gmail.comwrote: Hey, I'm

Re: [android-developers] without creating activity ..can we extend linear layout

2011-10-18 Thread Justin Anderson
You cannot just display a layout on its own... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Oct 16, 2011 at 5:21 AM, prudhvi p n v prudhviraju1...@gmail.comwrote: package com.android; public class ClearableEditText extends LinearLayout

Re: [android-developers] line and rectangle intersects

2011-10-18 Thread Justin Anderson
May I ask what this has to do with Android SDK development? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 17, 2011 at 2:48 AM, Bryan Melvin Cua ligay...@yahoo.comwrote: I was wondering on how to make line and rectangle collision detection

Re: [android-developers] line and rectangle intersects

2011-10-18 Thread Justin Anderson
Oh... well I guess the last part has to do with Android. Didn't notice that at forst... sorry. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 3:21 PM, Justin Anderson magouyaw...@gmail.comwrote: May I ask what this has to do

Re: [android-developers] Recoloring pixels in a bitmap

2011-10-18 Thread Justin Anderson
If you are wanting to map every pixel then you have to do this pixel by pixel... There is no other option. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 17, 2011 at 9:16 AM, jake4714 joshua.pou...@gmail.com wrote: Hello, I am looking

Re: [android-developers] ORMLite and ContentProvider

2011-10-18 Thread Justin Anderson
Seems like that would be a question for ormLite... have you asked them? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Oct 17, 2011 at 8:32 AM, tomaszgawel tomaszga...@op.pl wrote: Hi is there a possibility to set ormlite's ConnectionSource

Re: [android-developers] ImageView dynamically added to AlertDialog drawing incorrectly

2011-10-18 Thread Justin Anderson
for the stars... Default them to a greyed out or disabled image, and replace the appropriate images with another image such as a yellow star. This seems to be a standard way of displaying ratings as stars and I would recommend this way... Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Retrieving Spinner Selection

2011-10-18 Thread Justin Anderson
Show us what you have tried and exactly what is not working... Your current question is much to vague. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 3:21 PM, rbikerider 2005 rbikerider2...@gmail.comwrote: Hello, I am working

Re: [android-developers] RadioGroup

2011-10-18 Thread Justin Anderson
http://tinyurl.com/3d2zb3t Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 18, 2011 at 4:30 PM, Fahimul Islam fahim.0404...@gmail.comwrote: I am learning how to make android applications. I am trying to make a radiogroup with java code

Re: [android-developers] youtube api for android

2011-10-19 Thread Justin Anderson
Ask youtube Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:23 AM, ravi ravinderjre...@gmail.com wrote: Hi, Any suggestions for uploading videos to our own youtbe account from android application using youtube api

Re: [android-developers] youtube video uploading in android application

2011-10-19 Thread Justin Anderson
Stop asking the same question multiple times! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 3:44 AM, ravi ravinderjre...@gmail.com wrote: How to upload videos in to youtube account from my android application. (By using Youtube

Re: [android-developers] Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
http://www.slashdev.ca/javapp/ Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:38 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: How can we live in a world with thousands of devices and dozens of market without

Re: [android-developers] Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
http://boldinventions.com/index.php?option=com_contentview=articleid=81:javapreprocessorusingeclipse Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:43 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Oct 20, 2011

Re: [android-developers] Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
Hey guess what? I found both of those with a simple google search... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:44 AM, Justin Anderson magouyaw...@gmail.comwrote: http://boldinventions.com/index.php?option=com_contentview

Re: [android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
class. That way all of my if statements and logic for the different builds were all in one place and the rest of my code didn't have to change. Granted, it is not truly the same as a preprocessor but the effect is more-or-less the same. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] youtube video uploading in android application

2011-10-19 Thread Justin Anderson
to answer everything we can. I (and many others) do not have time for impatient people making duplicate posts because they are in a rush. Improper planning on your part does not constitute a rush on my part... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] Google Analytics

2011-10-19 Thread Justin Anderson
This has nothing to do with Android... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 4:49 AM, androidgeek itestandroid@gmail.comwrote: i have made a site on sites.google.com want to test how google analytics can help me

Re: [android-developers] java.lang.ClassNotFoundException: com.myapplauncher.App in loader dalvik.system.PathClassLoader@43735cf8

2011-10-20 Thread Justin Anderson
I don't really see anything wrong with your XML... How are you launching it? Through ADB or Eclipse? Does your app show up in the list of all apps? * Link of class 'Lcom/myapplauncher/App;' failed`* This is a little weird... What is Lcom? Or was that just a typo? Thanks, Justin Anderson

Re: [android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread Justin Anderson
, and make it take a cursor. Then you can loop through the cursor and copy the items to some sort of data structure (ArrayList maybe?) and perform the filtering at that point. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 8:47 AM, dara

Re: [android-developers] add data to dynamic table

2011-10-20 Thread Justin Anderson
Well... show us the code for your table layout and someone will better be able to help. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 3:13 AM, jujare chandra sekhar androids...@gmail.com wrote: hi everybody does anybody know

Re: [android-developers] Listview based on CursorAdapter, how to skip displaying a row?

2011-10-20 Thread Justin Anderson
That's a bummer... What kind of backend processing are you doing? What exactly are you trying to accomplish? Perhaps there is a better way to tackle the problem... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 9:16 AM, dara kok

Re: [android-developers] Date issue

2011-10-20 Thread Justin Anderson
What does your code look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 2:01 AM, sourabh sahu souruit...@gmail.com wrote: I have a editText view on a click of it there is a date picker.When I extract the date in a string

Re: [android-developers] How to integrate like and dislike button Facebook

2011-10-20 Thread Justin Anderson
Ask Facebook... They have an SDK you can use. https://github.com/facebook/facebook-android-sdk/ Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 1:52 AM, ANKUR GOEL ankur1...@gmail.com wrote: Hi all, suggest some ways or code

Re: [android-developers] Detect Phone Vendor at installation

2011-10-20 Thread Justin Anderson
It is not possible to do that during the install process. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 1:01 AM, Hrishi hrishikesh.bhale...@gmail.comwrote: I am developing device specific application, Can anybody knows how

Re: [android-developers] Partial field masking. Can it be done easily?

2011-10-20 Thread Justin Anderson
to the original string. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 20, 2011 at 11:30 AM, darrinps darri...@gmail.com wrote: I have what I consider to be a rather odd requirement. Give an EditView that is masked as in a password field

Re: [android-developers] Re: Date issue

2011-10-21 Thread Justin Anderson
What is the value of toDateTxt? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 21, 2011 at 12:34 AM, sourabh sahu souruit...@gmail.com wrote: SimpleDateFormat curFormater = *new* SimpleDateFormat( dd/MM/,Locale.US); Date fromDarte

Re: [android-developers] EditText Fields as scrollview - I have 13 EditText Not all of them Visible

2011-10-21 Thread Justin Anderson
. The whole purpose of a RelativeLayout is to help manage the number of layouts you need to use. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 21, 2011 at 1:15 PM, Amnonr amnonreu...@gmail.com wrote: RelativeLayout android:layout_height=wrap_content

Re: [android-developers] Re: Universal set up to Android Games

2012-03-12 Thread Justin Anderson
I would seriously recommend reading this before posting additional questions on here: http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 12, 2012 at 9:22 AM, Ahmad Kaddoura kaddoura.ah

<    3   4   5   6   7   8   9   10   11   12   >