Re: [android-developers] Re: VerifyError on Custom View

2012-10-09 Thread Justin Anderson
Does this help? http://stackoverflow.com/questions/668788/android-java-lang-verifyerror Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Oct 9, 2012 at 9:07 AM, Christophe Versieux christophe.versi...@gmail.com wrote: Same error in my project

Re: [android-developers] set group height in ExpandableListView issue

2012-10-08 Thread Justin Anderson
What are you doing to change the height? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Oct 7, 2012 at 7:40 AM, Metalex madeinuss...@gmail.com wrote: Hello! Please help me, I have issue and can't find a solution. I have ExpandableListView

Re: [android-developers] bind/unbind service

2012-10-05 Thread Justin Anderson
A memory leak Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 8:24 AM, satish bhoyar getsatonl...@gmail.comwrote: Hi All, I am just confused in Bindservice and unbind. I want to know If I am binding to service

Re: [android-developers] listview row button click

2012-10-05 Thread Justin Anderson
based on the adapter data It would also be beneficial to implement the ViewHolder pattern... You can find many examples online by searching for something like Android ViewHolder Pattern Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5

Re: [android-developers] bind/unbind service

2012-10-05 Thread Justin Anderson
http://lmgtfy.com/?q=android+bind+service+memory+leak Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 8:42 AM, lokesh gupta lokeshgupt...@gmail.comwrote: Doesnt it get disconnect by its own On Oct 5, 2012 8:00 PM, Justin Anderson

Re: [android-developers] Re: Google has received a subpoena seeking information related to Android applications

2012-10-05 Thread Justin Anderson
I received the email as well but have never sent a DMCA notice either... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Oct 5, 2012 at 2:12 AM, al achim.leub...@googlemail.com wrote: Since all answers seem to indicate the opposite: I got

Re: [android-developers] making an android compass

2012-09-27 Thread Justin Anderson
Why not post a comment on his blog and ask him about it? That's what others have done... and he seems to respond to comments/questions consistently... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 27, 2012 at 9:33 AM, bob b

Re: [android-developers] About accessing List View items from a different Thread

2012-09-27 Thread Justin Anderson
Whenever the data for your adapter changes you need to call notifyDataSetChanged() on the adapter... This triggers the listview to update itself. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 27, 2012 at 11:58 AM, Subin Sebastian subinsebast

Re: [android-developers] MenuItem with RadioButtons instead an CheckBox

2012-09-27 Thread Justin Anderson
/widget/ListPopupWindow.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Sep 27, 2012 at 8:32 AM, Copa david.fortun...@present-technologies.com wrote: I have a MenuItem list on a Submenu on actionbar, and I wanna set the view of each MenuItem

Re: [android-developers] Fetching Developer info of installed apps

2012-09-25 Thread Justin Anderson
AFAIK there isn't a way... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 25, 2012 at 4:53 AM, rsk for@gmail.com wrote: Hello All, Was interested in knowing if there is a way wherein I can get the developer info for an app installed

Re: [android-developers] Gradients on PNGs

2012-09-24 Thread Justin Anderson
Since it looks like such a simple background, you could consider defining your gradient as a drawable in XML... http://android-dev-tips-and-tricks.blogspot.com/2012/08/xml-drawables-part-i.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 24

Re: [android-developers] Wrong apk starts-up

2012-09-24 Thread Justin Anderson
What does your manifest look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 24, 2012 at 8:17 AM, katarina kdjako...@hotmail.com wrote: Dear friends, we are developing a new mms application that works in parallel with the original

Re: [android-developers] android4.1.1_r4 compiling problem about prebuilt

2012-09-24 Thread Justin Anderson
This is the wrong list for this type of question... This should be asked on one of the android source groups. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Sep 23, 2012 at 9:32 PM, mylz weilizhen0...@gmail.com wrote: hello,dear helpers

Re: [android-developers] Android: nXn metric over an image .. Which Also move with image.

2012-09-24 Thread Justin Anderson
Subclass ImageView (or whatever class you are using to display the image) and override the onDraw method... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Sep 22, 2012 at 2:13 AM, umesh rathod umeshrathod...@gmail.comwrote: I want a metric

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

2012-09-24 Thread Justin Anderson
I guess I didn't articulate well enough... Chance did that for me though, when he said this: That part isn't the problem. It is housing all of the data to be able to be 100% offline and 'change route'. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] problem in service

2012-09-21 Thread Justin Anderson
What is the use case for this? Why would you want to stop the service when your activity starts? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Sep 21, 2012 at 6:52 AM, rathod kantilal rathod3...@gmail.comwrote: Hi everyone. I use service

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] 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 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] 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] 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-Start new activity with also current activity running

2012-09-04 Thread Justin Anderson
(or semi-transparent) background then onPause() might not get called. I have not verified that is the case, but you could try it and see. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 3, 2012 at 11:59 PM, HK android.out.th...@gmail.com wrote: Hi

Re: [android-developers] Adding Icons in ListView

2012-09-04 Thread Justin Anderson
Are you opposed to defining the view for each list view item in XML? If not, the simplest thing would be to create a layout file and then inflate that in your getView() method. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 9:32 AM

Re: [android-developers] Adding Icons in ListView

2012-09-04 Thread Justin Anderson
layout method. I will try that too as an alternative. I had hesitations using XML when I first started developing for Android but now I find that it is many times easier in most cases. Doing UI in code now is the exception rather than the norm for me now... Thanks, Justin Anderson MagouyaWare

Re: [android-developers] moveTaskToBack(true)

2012-09-04 Thread Justin Anderson
out of sync with one another... As an example, the service could be finished but the UI would be out of date and say that it is still running. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 10:49 AM, roemer roman.schoenbich

Re: [android-developers] moveTaskToBack(true)

2012-09-04 Thread Justin Anderson
their own purposes. 100% agree! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 11:13 AM, NANI harinaik.n...@gmail.com wrote: dont send any messages plzz On Tue, Sep 4, 2012 at 10:37 PM, TreKing treking...@gmail.com wrote: On Tue, Sep

Re: [android-developers] need help

2012-09-04 Thread Justin Anderson
http://android-developers.blogspot.com/2009/02/android-layout-tricks-2-reusing-layouts.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 12:06 PM, thinkee365 thinke...@gmail.com wrote: why you should use include and merge? you

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

2012-09-04 Thread Justin Anderson
? On top of that, was it really necessary to include an image like that in your post? When you say nudity we all know what you mean... it isn't necessary to give a visual aid! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 12:02 PM, Steve

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

2012-09-04 Thread Justin Anderson
wrap_content. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 10:52 AM, TreKing treking...@gmail.com wrote: On Tue, Sep 4, 2012 at 6:05 AM, Patrick Kuckertz kuckertz.patr...@googlemail.com wrote: I have a tablet application and would like

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

2012-09-04 Thread Justin Anderson
/apps/details?id=com.magouyaware.appswipe Is this what you are trying to implement? If so, then it has absolutely nothing to do with whether or not onPause() gets called on the activity in the background. If this is not what you are trying to do, then please clarify... Thanks, Justin Anderson

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

2012-09-04 Thread Justin Anderson
Change this: android:layout_height=*match_parent *to this: android:layout_height=*wrap_content* Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Sep 4, 2012 at 5:46 AM, tvdalia truptida...@gmail.com wrote: Thanks for your prompt response

Re: [android-developers] databse

2012-09-04 Thread Justin Anderson
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 Mon, Sep 3, 2012 at 9:56 PM, TreKing treking...@gmail.com wrote: On Mon, Sep 3, 2012 at 10:48 PM, Sadhna Upadhyay

Re: [android-developers] Re: How to create Hexagon in android ?

2012-09-04 Thread Justin Anderson
it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 3, 2012 at 1:53 PM, skink psk...@gmail.com wrote: Dancing Fingers wrote: How do you get the corners not to be clickable? That was my problem. I created a whole keyboard of Hexagons. Chris

Re: [android-developers] Custom view's attributes

2012-09-04 Thread Justin Anderson
that much either... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 3, 2012 at 8:27 AM, Pau Rodríguez Coloma paro...@gmail.comwrote: Hi, I'm sublcassing an ImageView and adding one custom attribute like this in a res/values/attrs file

Re: [android-developers] 【android-developers 】 provider android:icon

2012-09-04 Thread Justin Anderson
Whenever the OS displays a list of possible providers to the user... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Sep 3, 2012 at 1:48 AM, 安藤玲生 ando.reo...@gmail.com wrote: hello. im japanese programer. provider android:name

Re: [android-developers] Re: onActivityResult is called immediately after startActivityForResult

2012-09-04 Thread Justin Anderson
Try reading the documentation for the method you are using... It might help: http://developer.android.com/reference/android/app/Activity.html#startActivityForResult%28android.content.Intent,%20int%29 Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun

Re: [android-developers] Pulling data from a server and inserting it into a ListView. Works with TextView

2012-09-04 Thread Justin Anderson
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 Fri, Aug 31, 2012 at 10:16 AM, Miral Desai miral.des...@gmail.comwrote: Hi all. Something I'm trying to do. Just to note

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] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Justin Anderson
to actually do it. But from looking at the class it should be possible. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 6:22 AM, Parthi K parthisof...@gmail.com wrote: Hi meene Dont change textview shape i dont know idea i think u

Re: [android-developers] Re: Get notification status from other apps

2012-08-31 Thread Justin Anderson
In Android SDK, is there a possibility to detect what notification is active in the notification bar? This is not possible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 5:57 AM, bo yada...@gmail.com wrote

Re: [android-developers] gridview onItemClick gets executed even on empty space after the last item

2012-08-31 Thread Justin Anderson
... It is less than ideal, but it might help you work around the issue. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 4:32 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: findViewById -- You received this message because

Re: [android-developers] gridview onItemClick gets executed even on empty space after the last item

2012-08-31 Thread Justin Anderson
Or, some of these links might help: http://stackoverflow.com/questions/7238855/gridview-with-a-baseadapter-onitemclick-giving-wrong-position Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 7:05 AM, Justin Anderson magouyaw

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Justin Anderson
... you would just have to set the background programmatically. So you would have an id. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 31, 2012 at 7:01 AM, Parthi K parthisof...@gmail.com wrote: Hi Justin Anderson , good idea but think

Re: [android-developers] Re: getView from CustomizedAdapter called several times

2012-08-31 Thread Justin Anderson
getView() is called for a particular position then you are doing something wrong in your code. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 11:48 AM, Yih Tang Yeo yihtang@gmail.comwrote: I have been looking for solutions

Re: [android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Justin Anderson
Textview as a Hexagon/Pentagon by creating xml in resources/drawable in my app As I said originally... this is not possible in XML, but you could most likely do something like that in code. wt s dis Ummm what? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] Can the Download/Preview buttons be customized in Gmail

2012-08-31 Thread Justin Anderson
and shows an Install button. Is this something that is exposed for other app developers? No, no, and no... in that order. :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 2:35 PM, mdwheaton mdwhea...@gmail.com wrote: If I create

Re: [android-developers] HorizontalScrollView

2012-08-31 Thread Justin Anderson
And your question would be? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 5:17 AM, Nasser naser.sha...@bitcode.in wrote: https://lh4.googleusercontent.com/-njC2PF4Hy8w/UD9Lu-NF94I/AAY/Rt7d4V57trM/s1600/Screenshot.png i

Re: [android-developers] Regarding Receiving Broadcasts

2012-08-31 Thread Justin Anderson
receives notifications of broadcasts from the OS. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 4:54 AM, lgaur lokeshg...@gmail.com wrote: Hi , Please help me to understand how android system delivers broadcasted intents

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

2012-08-30 Thread Justin Anderson
Note that this is not an Android specific question... Please only ask questions that relate directly to Android SDK development. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 5:37 AM, thejaswi s thejasw...@gmail.com wrote: ya

Re: [android-developers] Loading Gallery widget with 1000 images

2012-08-30 Thread Justin Anderson
No We need to request each image one by one.. Then why are you not able to do it? What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 4:26 AM, Ragunath CR ragunath...@gmail.com wrote: No We

Re: [android-developers] 【android-developers】AndroidManifest.xml receiver android:icon

2012-08-30 Thread Justin Anderson
Umm... this question is not very clear. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 30, 2012 at 3:26 AM, 安藤玲生 ando.reo...@gmail.com wrote: hello. im japanese programmer. There was the question and it mailed. Manifest file

Re: [android-developers] Android NDK superuser permissions

2012-08-30 Thread Justin Anderson
NDK questions belong on the NDK Developers Group... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 29, 2012 at 8:02 PM, Alvin Schurman alvin.schur...@gmail.comwrote: Can someone tell me how to run a native c program on the android as root

Re: [android-developers] Locking Android O.S. on Tablet

2012-08-30 Thread Justin Anderson
Write your own custom firmware... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 29, 2012 at 11:41 AM, Ayse Karahasan a...@moventis.com.trwrote: I have a question. We developed an android application for its working on Tablet. The user

Re: [android-developers] How to hide android application icon

2012-08-30 Thread Justin Anderson
that much sense. Once he provides the clarification I will try to answer his question. I don't attempt to answer poorly asked questions that aren't clear... because I'll likely end up answering the wrong question. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] How to show scrollbar for a customizing view which is not drawn whole content

2012-08-30 Thread Justin Anderson
. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 29, 2012 at 8:53 PM, xeagle xeagle...@gmail.com wrote: I implement a customizing view and draw the content of view in onDraw(). I draw only one page of content in onDraw(). Now, I need show

Re: [android-developers] Re: Merging Bundles

2012-08-30 Thread Justin Anderson
Looked at the source, it overwrites That would be another way of finding the answer... In either case you could have discovered the answer for yourself faster than posting on here and waiting for an answer. Just saying... :-) Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] android 4.0.4 url connection

2012-08-30 Thread Justin Anderson
Still not working. connection is happening but I can not bring data, at the time of bring data or cheching responce code giving Nullpointer exception. Can any body help me for this solution. Probably not without the relevant code... Thanks, Justin Anderson MagouyaWare Developer http

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