Re: [android-developers] Re: How to dynamically change row layout of list view on click event

2012-08-12 Thread Justin Anderson
, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Aug 12, 2012 at 8:03 AM, Jovish P android.f...@gmail.com wrote: we are using a custom adapter only. in the adapter in getview method we are setting a tag for the first time. isSelected as false

Re: [android-developers] Upgrading App

2012-08-12 Thread Justin Anderson
When you log in to the console, do the following: 1. Click on the name of the app you want to upgrade 2. Click on the APK Files tab 3. Click the Upload APK button Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 9, 2012 at 5:47 PM

Re: [android-developers] ScrollView and Gridview Problem, Result; Not scrolling

2012-08-12 Thread Justin Anderson
http://stackoverflow.com/questions/7952220/android-gridview http://stackoverflow.com/questions/9889255/how-to-add-multiple-gridviews-to-a-scrollview-in-android-java Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Aug 12, 2012 at 8:11 AM, Mustafa

Re: [android-developers] intent for using a file manager to save a file

2012-08-12 Thread Justin Anderson
. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Aug 12, 2012 at 2:45 PM, Jim Graham spooky1...@gmail.com wrote: Which intent would I use to allow a user to open a file manager (user's choice), select a path and filename (given a default for each

Re: [android-developers] Examples for Android with Eclipse

2012-08-11 Thread Justin Anderson
Care to explain what doesn't work means? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 10, 2012 at 9:35 AM, augusto amerc...@gmail.com wrote: Where can I find examples for Android Programming, using Eclipse? I have tried to install

Re: [android-developers] How to dynamically change row layout of list view on click event

2012-08-10 Thread Justin Anderson
To do something like that you are going to have to write a custom adapter... When the listview item is clicked you then set the clicked status on the adapter for the clicked item, call notifyDataSetChanged() and let the getView() method handle the change... Thanks, Justin Anderson MagouyaWare

Re: [android-developers] Re: how best to move canvas dimensions to tablet proportions. Functions I could use...

2012-08-10 Thread Justin Anderson
Don't hardcode any values... With a little imagination and research you should be able to achieve what you want without detecting the screen size either... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 10, 2012 at 3:43 PM, bob b

Re: [android-developers] Dynamic creation of table and showing it on dialog box

2012-08-10 Thread Justin Anderson
Great... then do it. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 8, 2012 at 1:14 AM, Krishna Mahadik krishna.maha...@gmail.comwrote: Hi People, I am want to generate a table dynamically at runtime and show it in a dialog box. Help

Re: [android-developers] Error in App

2012-08-10 Thread Justin Anderson
): at ir.smspeik.sms.GetResponse.init(GetResponse.java:34) I would try looking at line 34 of your GetResponse class... Something is null there. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 8, 2012 at 2:05 PM, Ehsan Sadeghi esade...@gmail.com wrote: 08-08 19:40:40.513: E

Re: [android-developers] position the different image views

2012-08-09 Thread Justin Anderson
So use a RelativeLayout... The image you want in the center needs to have android:centerInParent=true All the other images need to be set relative to the one in the center. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 9, 2012 at 6:46 AM

Re: [android-developers] How to set last visible item fully visible in listview

2012-08-09 Thread Justin Anderson
What? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 9, 2012 at 3:55 AM, 王志鹏 wangzh...@gmail.com wrote: Dear everyone, In our application, we have a listview, and the height of each item can change. My question is, is it possible

Re: [android-developers] Add padding in Menu Bar

2012-08-09 Thread Justin Anderson
What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 9, 2012 at 3:10 AM, akash anil.chopra2...@gmail.com wrote: Hi, Can anybody help me in figuring how to add padding in menu bar. I am having 4 buttons in my menu bar

Re: [android-developers] Re: 7-Day Notification of Google Play Developer Term Violation

2012-08-07 Thread Justin Anderson
Bookmarks for Google Chrome™..? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7, 2012 at 11:40 AM, xucaen xuc...@gmail.com wrote: It sounds like you should remove the names Google and Chrome completely. call it H Bookmarks Improved

Re: [android-developers] Re: versioning error in Android 2.0

2012-08-07 Thread Justin Anderson
section mentions nothing about versions of Android not supporting dp units... If there were any such caveats about dp units not being supported they would be mentioned on this page. And it would be a HUGE issue with many developers. Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] Re: 7-Day Notification of Google Play Developer Term Violation

2012-08-07 Thread Justin Anderson
remove them... If he wants to do that to play it safe is up to him. Especially since the Play Store is horrible about providing helpful resources on stuff like this and may decide to take his app down even though the name would technically comply with all requirements. Thanks, Justin Anderson

Re: [android-developers] position the different image views

2012-08-07 Thread Justin Anderson
are wanting to position ImageViews *relative* to each other, and your first thought was NOT to use a *Relative*Layout? I'm not sure I follow the logic train on that one... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7, 2012 at 5:14 AM, Vijay

Re: [android-developers] Re: getting assets file in Uri ......FileNotFoundException

2012-08-07 Thread Justin Anderson
welcome... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7, 2012 at 1:57 AM, skink psk...@gmail.com wrote: Narendra Singh Rathore wrote: On Tue, Aug 7, 2012 at 12:43 PM, skink psk...@gmail.com wrote: what statement throws

Re: [android-developers] Re: 7-Day Notification of Google Play Developer Term Violation

2012-08-07 Thread Justin Anderson
. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7, 2012 at 12:57 PM, H m...@howardb.com wrote: Oooh - this is going in a bad direction.. I think *everyone* on here has given me valuable comments and I appreciate all of them. If anything more

Re: [android-developers] Layouts not clicking for me

2012-08-07 Thread Justin Anderson
, but after you get used to the different attributes for each xml element, it goes very quick... I did the above in about a minute. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7, 2012 at 8:13 AM, Anthony Walter sys...@gmail.com wrote: Hello, I

Re: [android-developers] URL image in GridView

2012-08-07 Thread Justin Anderson
I am trying to create a gridview and load some images from URLs to this gridview but there is an issue in loading images but i can't find it, can anyone help ? If you wrote this code and can't find the issue, then how do you expect us to? Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] How can i make Action Bar transparent...

2012-08-07 Thread Justin Anderson
I hear there's a cool new thing called Google search... Supposedly you can find answers to questions like this (and many others) in seconds! http://lmgtfy.com/?q=android+actionbar+transparency Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7

Re: [android-developers] Error In My Code for Usb detection in Android..please Help me..!!

2012-08-07 Thread Justin Anderson
Ummm... nice code. Care to explain your problem? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7, 2012 at 3:40 AM, om mehta om.om.me...@gmail.com wrote: My JAVA code:- package com.app.DetactUSB; import

Re: [android-developers] date difference excluding weekends

2012-08-07 Thread Justin Anderson
This has nothing whatsoever to do with Android. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Aug 7, 2012 at 1:19 AM, Ibrahim Sada ibrahim.in...@gmail.comwrote: Hi Friends.. Can any one help me out how to do calendar date differnece

Re: [android-developers] Having the user set the priority of an activity

2012-08-07 Thread Justin Anderson
AFAIK this isn't possible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 10:37 AM, Ws Pilotpc wsvr...@xs4all.nl wrote: Hi, Just started with Andoid SDK. Working on a port from C++ to the SDK of an aircraft navigation_and_more

Re: [android-developers] how can i make a input form like that

2012-08-07 Thread Justin Anderson
Don't use a dialog... I don't know exactly what Maps is doing, but it is likely just a Layout with a semi-transparent background and all the other items pushed up to the top. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 8:45 PM

Re: [android-developers] Tabbed Menu with Gallery-like Menu in one of the tab

2012-08-07 Thread Justin Anderson
No one is going to download your code and look at it. Figure out the relevant parts and paste them here and then you have a better chance of getting someone to help. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 9:23 AM, Jeff

Re: [android-developers] How long does it take for published Android app to process on to Google Play?

2012-08-07 Thread Justin Anderson
easily found in the dev guides... And it has been asked many times before. Just do a simple google search. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 6:52 PM, Muhammad Saeed illumivation...@gmail.comwrote: Also where could I

Re: [android-developers] I had android doubt please go to link and give your suggestions.

2012-08-07 Thread Justin Anderson
Please post your actual problem. Asking people to do work, even if it's as little as clicking a link, to help you solve your problem is just going to get you ignored. Or reprimanded... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6

Re: [android-developers] Android Plugin for Eclipse

2012-08-07 Thread Justin Anderson
Edit the XML manually... I never use GUI editors. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Aug 4, 2012 at 5:02 PM, TreKing treking...@gmail.com wrote: On Wed, Aug 1, 2012 at 11:53 AM, SiX six.cl...@gmail.com wrote: Is there a fix

Re: [android-developers] expandiblelistview with child onitem clicklistener with go button

2012-08-07 Thread Justin Anderson
In Expanidble list view child after selecting with checkbox of each child item based on childitem i given on clicklistener with go button ,its not happening in code can any one help . Ummm what? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] Floating custom keyboard

2012-08-07 Thread Justin Anderson
This has been asked before... Search this forum and you should be able to find it. I may be mistaken, but I don't think this is possible... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Aug 4, 2012 at 1:27 AM, yakobom yako...@gmail.com wrote

Re: [android-developers] provider, thread and async

2012-08-06 Thread Justin Anderson
/reference/android/os/AsyncTask.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 10:28 AM, yvolk yvo...@gmail.com wrote: Hi, it's a Twitter and identi.ca client, read more here: https://github.com/andstatus/**andstatus/wikihttps

Re: [android-developers] Re: Searching on the results JSON listctivity

2012-08-06 Thread Justin Anderson
I don't think anyone really understands your question... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 6:20 AM, Ricardo Cardoso rick@gmail.com wrote: ? 2012/8/5 Ricardo Cardoso rick@gmail.com I have a ListActivity

Re: [android-developers] hi

2012-08-06 Thread Justin Anderson
with some code snippets if existing with you so that they'll be useful for me to start of. please do reply ASAP Seriously? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 6:04 AM, Jim Graham spooky1...@gmail.com wrote: Hi

Re: [android-developers] versioning error in Android 2.0

2012-08-06 Thread Justin Anderson
What are you using to target API Level 5? According to the dashboards, API level 5 is used on approximately 0% of all devices out there... http://developer.android.com/about/dashboards/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat

Re: [android-developers] HELP: Adding an entry to the Android Address Book upon App installation

2012-08-06 Thread Justin Anderson
for... i.e. sms, email, etc... Then, wherever Android queries for a list of apps that can handle that particular data, yours will appear in the list. There is no way to limit it to just your own app though. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun

Re: [android-developers] [Question:developer] Simple Spinner Example ?

2012-08-06 Thread Justin Anderson
http://lmgtfy.com/?q=android+spinner+tutorial Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 8:54 PM, Ridho maulana ridho.animag...@gmail.comwrote: hai, im new in developing android program. and i just learn to make a dropdown

Re: [android-developers] Android Native Map

2012-08-06 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Aug 5, 2012 at 5:06 AM, Rajeev chaubey rajeev.chaub...@gmail.comwrote: Android Native map is opening on direction listview not on map show directly

Re: [android-developers] Android Emulator not starting up

2012-08-06 Thread Justin Anderson
for the snide remarks, but this has seriously been asked numerous times on this forum and in general... There is lots of information out there that can be found with little to no effort on your part... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon

Re: [android-developers] Looking for Google feedback regarding the new Google Play Developer Program Policies and how they plan to deal with cases of Rogue ads (read Porn)

2012-08-06 Thread Justin Anderson
Good luck getting an answer on here... Let me know how it works out for you. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 11:28 AM, jeka jro...@gmail.com wrote: Hello. The way I read this section in the Google Play Developer

Re: [android-developers] WiFi

2012-08-06 Thread Justin Anderson
If you mean use a mobile connection when the device is connected to WiFi, then No. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 5:47 AM, Meena Rengarajan meenasoft...@gmail.comwrote: Is there any way to make the application

Re: [android-developers] getting assets file in Uri ......FileNotFoundException

2012-08-06 Thread Justin Anderson
Here, Let Me Google That For You... http://lmgtfy.com/?q=android+access+assets Maybe one day, you'll be able to learn how to fish too... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 5:20 AM, Narendra Singh Rathore nsr.curi

Re: [android-developers] Dont work PAUSE

2012-08-06 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 11:06 AM, podbereznov maksim podberezno...@gmail.com wrote: private void circle() throws InterruptedException{ for (int i

Re: [android-developers] Re: getting assets file in Uri ......FileNotFoundException

2012-08-06 Thread Justin Anderson
I do have this image in my assets folder, and put a lot of efforts to find the solution, but still unsuccessful. Care to elaborate on what you've done? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 1:18 PM, bob b

Re: [android-developers] Re: versioning error in Android 2.0

2012-08-06 Thread Justin Anderson
Maybe it says something like fill_parent and it wants to see match_parent? If that is the case then it would probably be the other way around... match_parent was added after fill_parent Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012

Re: [android-developers] Interview Question For 1yr Expirance in Android Application Development

2012-08-06 Thread Justin Anderson
What the hell are you talking about? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Aug 4, 2012 at 10:48 PM, Dharmendra Deshmukh dharm.dr...@gmail.comwrote: Friends pls help me for my given subject topics .. I need Interview Q there Ans also

Re: [android-developers] Open Samples in Eclipse

2012-08-06 Thread Justin Anderson
I've never had a problem with the Android Project from Existing Code option... What sample are you having an issue with? What do you mean by metadata missing? What is the exact problem you are running into? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] Button that goes to website

2012-08-06 Thread Justin Anderson
Did you try Google? I've heard some rumors about Google becoming the next big search company... :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 6, 2012 at 4:13 PM, TreKing treking...@gmail.com wrote: On Sun, Aug 5, 2012 at 6:38 PM

Re: [android-developers] Re: versioning error in Android 2.0

2012-08-06 Thread Justin Anderson
He's probably using dip units, and it wants him to use pixels or inches or something else. Where in the world are you getting that from? dip units have pretty much been around since the dawn of Android time... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] my applicationg works with 2.2 device but not woth 2.3(galaxy i9000)

2012-08-06 Thread Justin Anderson
someone please help me Seriously? How in the world do you expect us to help you? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 12:30 PM, wolf htsu201014...@gmail.com wrote: someone please help me -- You received

Re: [android-developers] Re: checked listview

2012-08-03 Thread Justin Anderson
You are going to have to post some code... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 7:11 AM, ala hammad 3la2.7am...@gmail.com wrote: i use *CHOICE_MODE_MULTIPLE* and i think it is the same ViewHolder or not ؟ please help

Re: [android-developers] Re: provider, thread and async

2012-08-03 Thread Justin Anderson
activity in the loading state. Use AsyncTask to initialize your database. In the onPostExecute() method of AsyncTask you can tell your activity to hide the progressbar and show the normal view. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3

Re: [android-developers] AlertDialog in Fragment

2012-08-03 Thread Justin Anderson
Code? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 6:08 AM, Sohan badaya sohan.bad...@gmail.com wrote: Hi I have a issue with AlertDialog in Fragment. I click on a button in fragment that will launch AlertDialog. Button

Re: [android-developers] Can't Get My First Hello World App To Work?

2012-08-03 Thread Justin Anderson
Will the AVD run if you start it manually without launching your app? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 9:35 AM, Daz daz1...@gmail.com wrote: I am using Eclipse 4.2 for the mac with the API10 SDK (2.3.3). I have

Re: [android-developers] Can't Get My First Hello World App To Work?

2012-08-03 Thread Justin Anderson
I'm running on OS X 10.7.4 and haven't had any issues... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 9:55 AM, Justin Anderson magouyaw...@gmail.comwrote: Will the AVD run if you start it manually without launching your app

Re: [android-developers] Problems with AVD loading my app

2012-08-03 Thread Justin Anderson
Ok, you just recently asked this exact same question... I asked a clarification question on the first thread that you started. Please don't post your question multiple times... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 9:57

Re: [android-developers] Tablet vs. Phone Font Size

2012-08-03 Thread Justin Anderson
on large screens and I only have to set up the values once. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 10:15 AM, Nicholas Campion camp...@gmail.com wrote: We use 'sp' density preference scaled fonts throughout our app. We've

Re: [android-developers] Tablet vs. Phone Font Size

2012-08-03 Thread Justin Anderson
, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 10:28 AM, Mark Murphy mmur...@commonsware.comwrote: On Fri, Aug 3, 2012 at 12:24 PM, Justin Anderson magouyaw...@gmail.com wrote: I noticed this myself... What I do is specify my font sizes

Re: [android-developers] Problems with AVD loading my app

2012-08-03 Thread Justin Anderson
Are you able to launch the AVD manually without trying to send your app to it? I'm trying to isolate whether it is a problem with the AVD or something else... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 11:00 AM, Darryl

Re: [android-developers] Problems with AVD loading my app

2012-08-03 Thread Justin Anderson
Interesting... I've never enabled snapshots before. Have you tried with an AVD that doesn't have that enabled? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Aug 3, 2012 at 1:27 PM, Daz daz1...@gmail.com wrote: Yes, I can create and launch my

Re: [android-developers] Source not found, but I've given a source?

2012-08-02 Thread Justin Anderson
This is because you are stepping into Java or Android code and you don't have the source for that... Set a breakpoint back in your code and resume debugging Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 12:40 AM, Therion benpass

Re: [android-developers] Open Groupon app from a caller app.

2012-08-02 Thread Justin Anderson
Launching the app would be easy... Install it on your device and figure out the package name of the app and the name of the activity class to launch. Getting it to open up to a specific coupon may be a different story... You'd have to contact them. Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Re: Android 2.2 or 4.1??

2012-08-02 Thread Justin Anderson
Another thing you can do is check the API level... I do that for a few features in my app. Then you don't have to use reflection. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 8:51 AM, G. Blake Meike blake.me...@gmail.comwrote

Re: [android-developers] Re: How do I submit an App in a different language?

2012-08-02 Thread Justin Anderson
to the desire language that is not allready exist in the system (added by app) No Read up on localization here: http://developer.android.com/guide/topics/resources/localization.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 31, 2012 at 4:01

Re: [android-developers] Re: Android 2.2 or 4.1??

2012-08-02 Thread Justin Anderson
that you don't use any methods that were introduced after your min supported version. I was told that if I develop in 4.1 my application will not be visible to people running Android 2.2 and so on That is not true as long as you do the above... Thanks, Justin Anderson MagouyaWare Developer http

Re: [android-developers] New Google Play Developer policy

2012-08-02 Thread Justin Anderson
It would be much easier and better to just localize your app... http://developer.android.com/guide/topics/resources/localization.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 3:26 AM, Piotr Klimko piotr.b.kli...@gmail.comwrote

Re: [android-developers] NullPointerException

2012-08-02 Thread Justin Anderson
Please post your logcat output for the error... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 31, 2012 at 1:13 AM, krishnakumar vpillai kkumar@gmail.comwrote: I have an xml file in asset folder, i am trying to parse this file by using

Re: [android-developers] Android instant messaging.

2012-08-02 Thread Justin Anderson
Posting a rant like this is not going to get anything changed... Very few people from Google/Android actually follow this list. Even if they were, a complaint from one person is not likely to change anything. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware

Re: [android-developers] depends on the context

2012-08-02 Thread Justin Anderson
Since you are writing your own adapter, why not just pass in a Context as a parameter to your adapter's constructor? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 11:37 AM, bob b...@coolfone.comze.com wrote: So, I wrote my own

Re: [android-developers] Re: checked listview

2012-08-02 Thread Justin Anderson
ok how to handle recycling ?? Use the ViewHolder pattern... And, if you don't know what that is I strongly recommend Google. I hear they have a pretty cool search page. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 6:25 PM

Re: [android-developers] tablet siz

2012-08-02 Thread Justin Anderson
The tablet size would be whatever the manufacturer of the device wanted it to be... There is no specific size for a tablet. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 9:13 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi

Re: [android-developers] provider, thread and async

2012-08-02 Thread Justin Anderson
What have you tried so far? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 2, 2012 at 9:22 PM, KHEM Sochenda khemsoche...@gmail.comwrote: Hello All, I am new to android. I have been learning it few months till now. I am trying

Re: [android-developers] Re: checked listview

2012-08-01 Thread Justin Anderson
Sounds like view recycling... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 1, 2012 at 3:23 AM, ala hammad 3la2.7am...@gmail.com wrote: thanks for your answer but i am new in android and i don't understand any thing and i don't know what

Re: [android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Justin Anderson
check android-expert.blogspot.com Is this your blog? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 1, 2012 at 1:04 AM, Meena Rengarajan meenasoft...@gmail.comwrote: let me try by watching Sherlock youtube once . Anyways thankyou so much

Re: [android-developers] My android develpoer console has not updated

2012-08-01 Thread Justin Anderson
Console since 25 July 2012. We're investigating this issue and are striving to resolve it as soon as possible. No action is needed on your part at this time. Please check back here for updates.* Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat

Re: [android-developers] Re: ListView with custom view item refresh issue

2012-08-01 Thread Justin Anderson
Interesting… I usually just create a new View every time in getView… so I've never run into that. That should be fine if you don't have a lot of items or if your views are kept very simple Otherwise doing this will cause choppiness when scrolling the listview. Thanks, Justin Anderson

Re: [android-developers] Hi Developers:

2012-08-01 Thread Justin Anderson
You realize that your sarcasm is lost on these people, right? On some yes, but not all... Maybe from now on I should just reply with this link: justfuckinggoogleit.com :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Jul 28, 2012 at 6:03 AM

Re: [android-developers] HI ALL

2012-08-01 Thread Justin Anderson
Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Jul 28, 2012 at 5:06 AM, Asheesh Arya asheesharya...@gmail.comwrote: awesum i just love it!!! keep it up!!! -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] scratching the surface

2012-08-01 Thread Justin Anderson
: Figure it out on your own! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 1, 2012 at 11:44 AM, bob b...@coolfone.comze.com wrote: Is there any way to make a GLSurfaceView that isn't 100% opaque? -- You received this message because you

Re: [android-developers] How to deal with random hangs without stack dump?

2012-07-31 Thread Justin Anderson
Do you get any information out of LogCat? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 31, 2012 at 3:48 AM, Francisco M. Marzoa Alonso franci...@marzoa.com wrote: Hi there, I am facing some random hangs without neither stack dump

Re: [android-developers] use big size Bitmap in AppWidget

2012-07-31 Thread Justin Anderson
Use a smaller image... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 31, 2012 at 2:08 AM, Ethan Gao ethangao.stu...@gmail.comwrote: hi all: I am attempting to create an android Widget application which display more than 10 images

Re: [android-developers] Possibility to see if boot loader unlock was successful?

2012-07-31 Thread Justin Anderson
This question has nothing whatsoever to do with this list... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 3:46 PM, Stefan stefan.brantwei...@gmail.comwrote: Is there a possibility to see if boot loader unlock was successful

Re: [android-developers] Crosscompiling PJSUA for Android.

2012-07-31 Thread Justin Anderson
There is a google group for NDK related questions... Please ask there. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 3:56 AM, Monty Python pythonexperim...@gmail.comwrote: Greetings everyone! I'm trying to crosscompile

Re: [android-developers] Camera and Voice Search not working after install ICS 4.0.3 to XOOM

2012-07-31 Thread Justin Anderson
Questions about compiling the source belong on one of the groups listed here: http://source.android.com/community/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 2:01 PM, fan zhang fzhang...@gmail.com wrote: All: I

Re: [android-developers] SlidingDrawer backgrounds

2012-07-31 Thread Justin Anderson
Set the background color of the LinearLayout... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 12:42 PM, Ken H hunt1...@gmail.com wrote: This may be a stupid question (I just started getting into SlidingDrawers), but I have some

Re: [android-developers] Re: Help please-new android app suck - the target API is empty

2012-07-31 Thread Justin Anderson
new android app suck Couldn't help but notice this in your title... We can't make your app not suck... :-) (Sorry... couldn't resist) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 8:00 AM, bob b...@coolfone.comze.com wrote

Re: [android-developers] how to position imageview in linear layout with respect to screen size

2012-07-31 Thread Justin Anderson
You're welcome! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 12:46 AM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Thank U Justin for your kind help On Fri, Jul 27, 2012 at 11:31 PM, Justin Anderson magouyaw

Re: [android-developers] how to run a service in background when the user is out of android application

2012-07-31 Thread Justin Anderson
Use a service... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Jul 30, 2012 at 12:44 AM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Hi all, In my case,i want to update the user latitude and longitude in background when he is out

Re: [android-developers] disable the secreen lock

2012-07-31 Thread Justin Anderson
Thanks for sharing Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Jul 28, 2012 at 4:29 PM, ahmed al.7ob3y...@gmail.com wrote: after i upgrade my arc S to 4.0.3 i can not disable secreen lock -- You received this message because you

Re: [android-developers] Re: Change the textcolor of a listview item in onCreate method.

2012-07-31 Thread Justin Anderson
What does your full onCreate() method look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Jul 29, 2012 at 11:30 AM, Omer Firat ceng...@gmail.com wrote: 22 Mart 2011 Salı 19:09:10 UTC+2 tarihinde bosscoder yazdı: Hi dear, Do you

Re: [android-developers] Re: Change the textcolor of a listview item in onCreate method.

2012-07-31 Thread Justin Anderson
to change the state of an item, change it in the adapter and call the adapter's notifyDataSetChanged() method... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jul 31, 2012 at 4:19 PM, Justin Anderson magouyaw...@gmail.comwrote: What does your

Re: [android-developers] getViewTypeCount

2012-07-27 Thread Justin Anderson
return 2. If you only have a single type of item in your list, just implement this and always return 1. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 27, 2012 at 8:47 AM, Kumar Bibek coomar@gmail.com wrote: This you would use

Re: [android-developers] getViewTypeCount

2012-07-27 Thread Justin Anderson
On Fri, Jul 27, 2012 at 10:14 AM, Justin Anderson magouyaw...@gmail.comwrote: If you only have a single type of item in your list, just implement this and always return 1. FYI, that's unnecessary as that's the default implementation. You only need to override it if you have more than

Re: [android-developers] Hi Developers:

2012-07-27 Thread Justin Anderson
FWIW, I don't think it is possible. However I was nice enough to do the Google search you should have done before posting here: http://lmgtfy.com/?q=oracle+db+on+android Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 27, 2012 at 5:52 AM

Re: [android-developers] how to position imageview in linear layout with respect to screen size

2012-07-27 Thread Justin Anderson
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 27, 2012 at 3:49 AM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Hi all, In my application,i used to customize the position of image view in linear layout.First,i position the first

Re: [android-developers] mobile eye for windows phone 7.5 mango

2012-07-27 Thread Justin Anderson
You do realize this is an *ANDROID* group? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 26, 2012 at 7:17 AM, megatypos maragos_isto...@yahoo.gr wrote: i am looking for this app months and i cant find it...anyone who convert this app from

Re: [android-developers] ListView with custom view item refresh issue

2012-07-27 Thread Justin Anderson
Look at and implement these methods: http://developer.android.com/reference/android/widget/Adapter.html#getItemViewType(int) http://developer.android.com/reference/android/widget/Adapter.html#getViewTypeCount() Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site

Re: [android-developers] Hi Developers:

2012-07-27 Thread Justin Anderson
of your time. My nice guy comment was supposed to come across sarcastic... I respond to these posts because unless you actually tell people who post questions like this to go and do the work on their own they usually just keep spamming the list with pointless questions. Thanks, Justin Anderson

Re: [android-developers] ListView with custom view item refresh issue

2012-07-27 Thread Justin Anderson
I'm not seeing any evidence why getViewTypeCount() or getItemViewType() would be needed. Based on the description, the items views appear to be homogeneous. I misunderstood his post... I thought A,B,C,D,E,F, and G were each different custom view types... Thanks, Justin Anderson MagouyaWare

Re: [android-developers] ListView and check box.

2012-07-26 Thread Justin Anderson
You might also want to set focusableInTouchMode to false as well... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 25, 2012 at 11:11 PM, TreKing treking...@gmail.com wrote: On Wed, Jul 25, 2012 at 10:59 PM, Put_tiMe putt...@gmail.com wrote

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