Re: [android-developers] unable to publish app to beta

2016-06-17 Thread LEW CC
: min(16), target(23), problem occur the error occur after i uploaded version 49. On Friday, June 10, 2016 at 7:10:34 AM UTC+8, TreKing wrote: > > > On Tue, Jun 7, 2016 at 5:50 AM, LEW CC > > wrote: > >> >>- It is forbidden to downgrade devices which previously use

[android-developers] unable to publish app to beta

2016-06-07 Thread LEW CC
i have upgraded my app version 49(beta) minSdkVersion from 15 to 16. then i publish latest version 49(beta) to beta channel but i receive this message - It is forbidden to downgrade devices which previously used M permissions (target SDK 23 and above) to APKs which use old style permis

[android-developers] Re: My livescores APP suspended: Violation of the impersonation or deceptive behavior

2016-01-04 Thread Lew
On Monday, January 4, 2016 at 4:26:08 PM UTC-8, Lew wrote: > > On Sunday, January 3, 2016 at 11:17:18 PM UTC-8, Reshad Mirzeyev wrote: >> >> Hi, i have 1 mobile site: http://livescores.biz >> I bought this domain from: "domainnamesales" with thousands dollar. &

[android-developers] Re: My livescores APP suspended: Violation of the impersonation or deceptive behavior

2016-01-04 Thread Lew
On Sunday, January 3, 2016 at 11:17:18 PM UTC-8, Reshad Mirzeyev wrote: > > Hi, i have 1 mobile site: http://livescores.biz > I bought this domain from: "domainnamesales" with thousands dollar. > My site works fine and i am good partner of google adsense. > > Now i created an App for my site. But

Re: [android-developers] How to create a public static class

2015-09-23 Thread Lew
On Tuesday, September 22, 2015 at 8:14:00 AM UTC-7, Mark Phillips wrote: > > Java does not allow top level static classes, just inner static classes. > There is no such thing as an "inner static class" in Java. Nested classes are either inner or static, never both.

[android-developers] Re: where does Android Studio put the APK file?

2015-05-12 Thread Lew
gradle [ option [ ...]] target [...] On Tuesday, April 28, 2015 at 4:08:07 AM UTC-7, Spooky wrote: > > > Ok, I have no problem with the command line at all (prefer it, actually), > but what's the command? Btw, I'm on a Mac (OS X Lion), if I didn't > mention that earlier. > > -- You received

[android-developers] Re: Android studio "inished with non-zero exit value 3" error

2015-05-12 Thread Lew
Not with rudeness like that, we can't. Yeesh. On Tuesday, May 12, 2015 at 8:19:02 AM UTC-7, Ristar wrote: > > Can anyone answer how to fix this? Like, come on, I already showed you the > error code. Or is everyone clueless? > > On Tuesday, May 12, 2015 at 3:32:12 PM UTC+8, Ristar wrote: >> >> Err

Re: [android-developers] Data transfer over USB between Android host and device

2013-10-21 Thread Lew
and devices. I'm not looking for file transfer like adb, but >>> rather data transfer like over a serial port or something, but faster. >>> >> TCP/IP. You can use FTP, Telnet, direct socket connections, etc. There has to be a network connection, either WiFi or USB or wh

[android-developers] Re: New Android Development Tool..

2013-10-17 Thread Lew
t I'm adding colored text for the Logcat [sic] output, > but everything else is working pretty well. > > It isn't for everybody, > Sounds like truth in advertising all right. > but if you're interested in trying it out send me an email, and I'll send > it to

[android-developers] Re: New library to serialize/convert primitives to byte arrays and back again...

2013-10-04 Thread Lew
the time. > Measurements? How does your library compare, in a realistic environment? Measurements? Comparison to JSON serializers, etc? > > This is a pre-release library, so I will be making some improvements and > completing important things like javadocs and a guide before t

Re: [android-developers] Re: How to make a Service That will periodically send the Users Location on a server

2013-10-03 Thread Lew
9:23 PM, Steve Gabrilowitz > > > wrote: > >> You are more likely to get help developing your own service if tell us in >> which areas you have been less than successful. If you are looking for a >> full piece of code already written for you then try Google ;-) >&

[android-developers] Re: Expandable List-Check All

2013-09-24 Thread Lew
_res = R.drawable.ferrari; > } > > if (group != null) { > This section would be evaded by an early out in the 'default' clause. > v = vi.inflate(GROUP_ITEM_RESOURCE, null); > ViewHolder holder = new ViewHolder(v); > > holder.text.setText(Html.fromHtml(group)); &

Re: [android-developers] Re: ANT TOOLS I reinstalled for phonegap command line AND NOW NOT CAN RUN PROJ Neither netbeans nor eclipse?

2013-09-16 Thread Lew
? % JAVA_ANT... What else? > What? I have no idea what you're asking, but if it's about Ant your answer is here: http://ant.apache.org/manual/ RTFM. -- Lew > On Sep 12, 2013 3:15 AM, "Lew" wrote: > >> lselwd wrote: >> >>> ant -f >>>

[android-developers] Re: ADT in Eclipse hangs Windows XP

2013-09-12 Thread Lew
e only for you), and not even in Android, does not indicate, let alone prove, that Google does not care about Android or that they do not test their software. The problem is yours, not theirs. -- Lew -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: ANT TOOLS I reinstalled for phonegap command line AND NOW NOT CAN RUN PROJ Neither netbeans nor eclipse?

2013-09-11 Thread Lew
ives me this on run a new project from scratch (not add > anything yet) NBANDROID/NETBEANS... > in the past eclipse no error had, but ANT TOOLS I reinstalled for phonegap > command line AND NOW NOT CAN RUN PROJ Neither netbeans nor eclipse? > > setContentView(*R*.layout.main); /

[android-developers] Re: Apache License 2

2013-09-01 Thread Lew
be published on market) > It is legal to perform any action expressly granted by the terms of the license. -- Lew -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegr

Re: [android-developers] Create Logcat filtered by Application name

2013-08-16 Thread Lew
Try the first hit on Google for "logcat filter by application" > Really, do try that. Here, let me help: http://stackoverflow.com/questions/6854127/filter-logcat-to-get-only-the-messages-from-my-application-in-android This came from the search TreKing suggested. It's a really good

[android-developers] Re: help needed.......

2013-08-03 Thread Lew
gramming? (It must be a lot if you are contemplating submitting a paper to the IEEE.) This will help us target any suggestions we might make. - Please respect the spelling at least for proper nouns and trademarks. - What is the context for your request? -- Lew -- -- You received this message b

Re: [android-developers] Tips on Using Vim

2013-07-23 Thread Lew
environment reaches the level of religious devotion and it's not for us to interfere with that. But if you are more ecumenical you are likely to be more effective. And for Pete's sake do read the documentation. Much of what you want to know for this question is there already. --

Re: [android-developers] Re: creating apk according to selected java files

2013-07-11 Thread Lew
Look at the Ant documentation for the "javac" task and file lists. RTFM is often the best way to go. -- Lew On Tuesday, July 2, 2013 4:13:34 AM UTC-7, surabhi jain wrote: > > Thanks for reply. > > I am sure that there is no dependency of remaining classes. But exactly I

Re: [android-developers] How i can programatically downlaod our emails from gmail account ?

2013-07-11 Thread Lew
Ashish Sharma wrote: > java [sic] mail api is working fine for gmail account. can you please > guide, how to use it for exchange server? > >> http://lmgtfy.com/?q=Java+Mail+API+connect+to+exchange+server -- Lew -- -- You received this message because you are subscribe

Re: [android-developers] How i can programatically downlaod our emails from gmail account ?

2013-07-05 Thread Lew
Thank you for that, TreKing. I learned a lot from your link. -- Lew TreKing wrote: > > http://lmgtfy.com/?q=gmail+api > > Ashish Sharma wrote: > >> I want to downaload mails from my gmail account..is there any why? >> > -- -- You received this message bec

[android-developers] Re: Hi friends

2013-06-25 Thread Lew
e.printStackTrace(); > } catch (IOException e) { > // TODO Auto-generated catch block > e.printStackTrace(); > } > } > } > > My Client is not working properly my friends > What does that mean? In other words, what did you e

Re: [android-developers] Get all requests and responses intercepted from a webview?

2013-06-24 Thread Lew
So as Kristopher indicated, it's a matter of what your use case is. For most situations where I've seen a need for the data you requested, it's been proper to use an external tool to get at the HTTP innards. -- Lew On Monday, June 24, 2013 7:07:57 AM UTC-7, Kristopher Micinski wrote:

Re: [android-developers] Re: creating apk according to selected java files

2013-06-18 Thread Lew
And bear in mind that transitive dependencies might require use of those classes anyway. How come your files need to be excluded from the build yet exist in the source tree? What advantage do you imagine exclusion of those files will confer? -- Lew On Tuesday, June 18, 2013 4:52:44 AM UTC-7

Re: [android-developers] Re: how to get a list of locales supported by device we're running on

2013-06-14 Thread Lew
inal authority on what is available on the device. For example, I have "fr_FR" on an Android phone here, showing all prompts in French at the system and app level (for apps with that locale programmed), yet the only languages showing in the "Langue" prompt are "English&

[android-developers] Re: Can't build after update to ADT 22 - library packages not resolved.

2013-06-14 Thread Lew
Jonathan S wrote: > each library has own unique package name. You have to set it separate from > other library and application. > > If library is com.example.lib and app is com.example.app > > you can't do com.example.app.R in the com.example.lib, it need to be > separate. > Isn't he talking ab

Re: [android-developers] Stop an Application after trial period

2013-06-14 Thread Lew
large memory size to small memory size.is there any > possibility in android to do this. > > Thanks & Regards > Tamilmaran.M > tamilm...@gmail.com > What does your question have to do with stopping an application after a trial period? Please do not hijack threads. --

Re: [android-developers] Re: how to get a list of locales supported by device we're running on

2013-06-12 Thread Lew
at take over the IMEs and display for whatever language and thrown the whole phone into Arabic, Chinese, Korean or whatever. Piren laid out a taxonomy of locale support. Basically an app will support any locale it's properly configured to support. -- Lew -- -- You received thi

Re: [android-developers] Re: How to reduce time to load data from database

2013-06-10 Thread Lew
gt; the FTS3 extension <http://www.sqlite.org/fts3.html>. Which comes at a > cost of course, the database gets much bigger, but in my opinion that's > well worth it. > > - Do you use (complicated) table joins? Maybe you can optimize your query > > - What is / what are

[android-developers] Re: Android Emulator very slow despite HAXM

2013-06-08 Thread Lew
Internal storage >> 2 GiB >> >> use GPU host: checked >> >> Anyone have an idea? >> > Belatedly it occurs to me to ask if your version of Windows and the CPU support virtualization. -- Lew -- -- You received this message because you are subscribed to the G

[android-developers] Re: geofencing api-share geofence

2013-06-06 Thread Lew
you can't use it effectively doesn't mean the API is at fault. It is a poor workman indeed who blames his tools. http://en.wiktionary.org/wiki/a_bad_workman_always_blames_his_tools नाच न जाने आंगन टेढ़ा -- Lew -- -- You received this message because you are subscribed to the Go

[android-developers] Re: geofencing api-share geofence

2013-06-06 Thread Lew
n techniques to unknown problems. I do see your answer there. They say not to store (read - transfer) Geofence objects directly, but to serialize the individual fields. Why can't you use that same technique? Please answer specifically. -- Lew 0 -- -- You received this message because y

[android-developers] Re: geofencing api-share geofence

2013-06-05 Thread Lew
his link: https://developer.android.com/training/location/geofencing.html which is the fundamental instruction for this. It describes a way you can share Geofence data. I find that the Web site for Android developers is an excellent Web site for Android developers to get such answers. -- Lew

Re: [android-developers] Android Permissions: Where are they described?

2013-06-05 Thread Lew
7;. > ACCESS permission which is generally used for this description. >> > "generally"? Claims of generality need substantiation. > Is there some link which provides a mapping of the permission constants >> to these standard permission notation? >>

[android-developers] Re: where can I start developing android games as a beginner l?

2013-06-03 Thread Lew
orite search engine. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@goog

[android-developers] Re: Android Emulator very slow despite HAXM

2013-06-03 Thread Lew
tools and the normal suite of programs, I suspect you're getting into a swap mania situation. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: BassBoost Effect

2013-05-31 Thread Lew
Yamusani Vinay wrote: > How to apply bass boost effect to media player http://lmgtfy.com/?q=Android+How+to+apply+bass+boost+effect+to+media+player Please do not multipost, nor hijack threads. -- Lew -- -- You received this message because you are subscribed to the Google Groups "

[android-developers] Re: Networked "Bitmap" used in Search provider

2013-05-30 Thread Lew
p bmap, OutputStream out) { > > this.bmap = bmap; > > this.out = out; > > } > > @Override > > protected Void doInBackground(Void... arg0) { > > bmap.compress(Bitmap.CompressFormat.PNG, 100, out); > You didn't check the arguments for 'null'. >

[android-developers] Re: Documentation links for Google Maps Android API v2 broken

2013-05-28 Thread Lew
page? > It looks like there was a transition from developers.google.com, and > links/content for everything except the API reference didn't make the trip. > What *precisely* are you seeing to make you say that? I see no problems. -- Lew -- -- You received this message becaus

Re: [android-developers] Sending and receving Xml file

2013-05-22 Thread Lew
u have tried. And as TreKing suggests, do your research first, then ask targeted questions. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.c

Re: [android-developers] Custom Base Adapter.

2013-05-15 Thread Lew
meone to "chill" for answering them. Be assured I will not waste my time with you again. Lew wrote: > Piren wrote: >> >>> Are you sure we're talking about Android here? What's wrong with Vector? >>> ArrayList is good for most occasions but Vec

Re: [android-developers] Custom Base Adapter.

2013-05-15 Thread Lew
e replaced by Dictionary and List... but > unless he's a Mono developer, he's using Java :) > WTF? Why are you ranting about Mono? That's damn random of you. 'java.util.HashMap' has been the preferred alternative since 1998. When did you start to learn Java? Lew wrote: &g

[android-developers] Re: JNI on SDCard?

2013-05-14 Thread Lew
e potentially useful links here: http://lmgtfy.com/?q=Android+JNI -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gr

Re: [android-developers] Custom Base Adapter.

2013-05-14 Thread Lew
ss has even fifteen years after it was declared obsolete. Ditto 'Hashtable' but somewhat less so. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Re: barcode scanner on android emulator

2013-05-13 Thread Lew
lowed many tutorials but without result , please can someone > help me > After a minute or two with http://lmgtfy.com/?q=android+barcode+scanner+on+emulator this turned up: http://www.tomgibara.com/android/camera-source among other links. -- Lew -- -- You received this message because

Re: [android-developers] I cracked my screen on my tablet am i able to get it repaired?

2013-04-29 Thread Lew
eans besides developing an Android app (using the SDK), but that's > a subject for a different e-mail list, forum, etc. > For other ways than writing an app to repair your screen, see http://lmgtfy.com/?q=How+do+you+repair+a+cracked+Android+tablet+screen -- Lew -- -- You

[android-developers] Re: Paper Folding animation

2013-04-28 Thread Lew
Dan wrote: > > Lew wrote: > >> >> Code that you convert for work was not written to teach you a moral >> lesson. >> >> > Perhaps you are being intentionally thick headed (in an attempt to maintain > Tsk, tsk. Now with the insults. Ad hominem. &g

[android-developers] Re: Paper Folding animation

2013-04-26 Thread Lew
Dan wrote: > Lew wrote: > >> bob wrote: >> >>> Well, the project is open source: >>> >>> https://github.com/honcheng/PaperFold-for-iOS >>> >>> So, you could probably convert the source to Android. I have done this >>> for

Re: [android-developers] How to program the apps which is download from play store?

2013-04-25 Thread Lew
hermore, you undercut your own ability to get good answers by hijacking a topic. It's best to keep conversations in a thread focused on that thread's topic. Plus, now you have to expend all that saved effort and then some in justifying your behavior instead of getting your technical mat

[android-developers] Re: Custome widget analog clock

2013-04-25 Thread Lew
ery > appreciated. > Could you please stop spamming the group? -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group

[android-developers] Re: Paper Folding animation

2013-04-25 Thread Lew
in what way can converting source be didactic? I even double-checked the definition of "didactic" in case I remembered it wrong. I didn't. Is this a metaphor? -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: How do I open the SDK emulator?

2013-04-23 Thread Lew
"desktop" and "go into" but you don't say which OS you're using. I assume by "go into" you mean open the directory in some sort of file explorer window. How are you passing the necessary options to the emulator program? -- Lew -- -- You receive

Re: [android-developers] Re: Clock widget with second hand

2013-04-23 Thread Lew
post, in your own thread. Don't hijack threads, and don't resurrect zombie threads. You are violating netiquette with this behavior. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

Re: [android-developers] Testing apps

2013-04-23 Thread Lew
to just email the file to them? >> > > As opposed to? > You could carrier-pigeon a USB stick to them. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

[android-developers] Re: how to do JUnit testing

2013-04-22 Thread Lew
Sadhna Upadhyay wrote: > Hi guys, > can some one tell me that how to do JUnit testing in > android.please help me if any one have any idea about it > thank you very much in advance. > > RTFM! http://developer.android.com/tools/testing/index.html -- Lew --

[android-developers] Re: Handler Post sequence

2013-04-17 Thread Lew
works, so the problem seems to be that when I use Post() the CheckView() > code is executed before the setContentView. > > So how can I guarantee to Post code to be executed at the end of all > graphic processing has been done, without PostDelayed() ? > > Start by using t

[android-developers] Re: Mirroring animation?

2013-04-17 Thread Lew
; What does your question have to do with "problems with android support library"? Please do not hijack threads. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] Re: single device development scenario with questions

2013-04-17 Thread Lew
rh wrote: > Lew > wrote: > > That doesn't matter. Java is word-size independent. > > When I type make and it stops suddenly what > choice do I have Is there a secret FLAG? > Why are you using "make"? You don't use "make" to make

[android-developers] Re: single device development scenario with questions

2013-04-17 Thread Lew
rh wrote: > Lew > wrote: > > > rh wrote: > >> George Baker wrote: > > > (That's a reply to George Baker) > Well, duh. Look at the indent level of the replies. Of *course* that's a reply to George Baker, as indicated in my post by the attri

[android-developers] Re: single device development scenario with questions

2013-04-16 Thread Lew
that the environment is enormous > just to develop for a single device. But it's moot unless I buy a 64-bit > system. > I still don't understand this. Maybe it's the fact that any 32-bit system will be woefully underpowered by today's standards, but the bit width

[android-developers] Re: Android 4.2 introduced SELinux enabled by default on kernel. am I right?

2013-04-09 Thread Lew
with the OP's questions. Did you even look at these queries to see if they helped? I thought they did, and I learned from them. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: How to compile APK using different constant

2013-04-07 Thread Lew
first suggestion of a static variable was crap. > R.bool.forMarket is a constants too. > Sorry? Lew wrote: > >> You probably should go for a resource-based approach. >> >> private static final boolean FOR_GOOGLE_MARKET = R.bool.forMarket; >> >> etc. >>

[android-developers] Re: How to compile APK using different constant

2013-04-07 Thread Lew
Lew wrote: > You probably should go for a resource-based approach. > > private static final boolean FOR_GOOGLE_MARKET = R.bool.forMarket; > > etc. > > Sorry, this is crap. I should have said: private final boolean FOR_GOOGLE_MARKET = getResources().getBoolean(R.bool.fo

[android-developers] Re: How to compile APK using different constant

2013-04-07 Thread Lew
markets. They're called resources. http://developer.android.com/guide/topics/resources/index.html -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: String.replaceAll with regular expression

2013-04-07 Thread Lew
^ > at java.util.regex.Pattern.compileImpl(Native Method) > java.util.regex.Pattern.compile(Pattern.java:407) > at java.util.regex.Pattern.(Pattern.java:390) > at java.util.regex.Pattern.compile(Pattern.java:381) > at java.lang.String.replaceAll(String.java:1774) > >

[android-developers] Re: Android 4.2 introduced SELinux enabled by default on kernel. am I right?

2013-04-05 Thread Lew
or Linux. > > http://lmgtfy.com/?q=%2BAndroid+disable+%2BSELinux > >1. What is the benefit of using SELinux vs Linux? > > http://lmgtfy.com/?q=SELinux+benefits HTH -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: Why aren't there OpenGL ES 2.0 tutorials for Android on Youtube?

2013-03-29 Thread Lew
en down under the DMCA. Or maybe all the video tutorials are proprietary and you have to pay to see them. Or maybe there's a filter preventing you, personally and specifically, from finding them while the rest of us enjoy them with white wine and paté de fois gras. -- Lew -- -- You rec

[android-developers] Re: Http Post failing on only one phone

2013-03-19 Thread Lew
shouldn't catch just 'Exception' anyway, usually). Perhaps the message is null, which is very rare but I suppose it can happen. Why do you call 'toString()' on a 'String'? You should get rid of that useless call. Give us data if you really want help. -- Lew --

[android-developers] Re: developing for android on a mac

2013-03-19 Thread Lew
atibility is with Android devices, not Windows or Mac. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Re: Can this variable become null?

2013-03-17 Thread Lew
> Lew wrote: >> The biggest problem I have with singletons is that everyone for some god-awful reason >> insists on lazily instantiating them. Why? >> >> Lazy instantiation is lazy. What's wrong with non-lazy instantiation? Then you can use >> a 'fina

Re: [android-developers] Re: Can this variable become null?

2013-03-14 Thread Lew
a development experience, based on the > > conversations that I have had on the topic over the past few years. > > I've been using Java professionally for fourteen years. The biggest problem I have with singletons is that everyone for some god-awful reason insists on lazily inst

Re: [android-developers] bluetooth file transfer failure

2013-03-14 Thread Lew
at", "data packet " + i); >> if(a==-1) >> { >> break; >> } >> mChatService.write(send); >> } >> >> >> Receiving code : >> >> >> while((by

Re: [android-developers] Re: Eclipse or Intellij.. what's the verdict?

2013-03-13 Thread Lew
#x27;re welcome. I hope you come to appreciate the value of my contribution minus your condescension. > > Lew wrote: > >> Jason wrote: >> >>> Not sure how that helps the discussion, but thanks. >>> >>> >> It puts it in perspective, that i

Re: [android-developers] Re: Eclipse or Intellij.. what's the verdict?

2013-03-12 Thread Lew
Jason wrote: > Not sure how that helps the discussion, but thanks. > > It puts it in perspective, that is, it illustrates the value of arguing over the best editor as folks have been doing here. Does that make it clearer? > > Lew wrote: > >> Jason wrote: >> &g

Re: [android-developers] Re: Eclipse or Intellij.. what's the verdict?

2013-03-12 Thread Lew
mbinations of: > <http://www.carboncrystal.com/droid-odyssey/> > http://en.wikipedia.org/wiki/Editor_war -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro

Re: [android-developers] Re: Best practice? New Activity for UI screens or change layouts and capture back button?

2013-03-10 Thread Lew
fragments as a way to manage "frames" within the screen. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gr

[android-developers] Re: Emulator

2013-03-06 Thread Lew
would be all over it! > Needless to say back to the dungeon of pain! Thanks for replying! > Address the pain. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Re: how to tell why Activity.onPause() is called

2013-03-04 Thread Lew
ave space. You can distinguish between these two scenarios with the isFinishing()<http://developer.android.com/reference/android/app/Activity.html#isFinishing()> method." http://developer.android.com/guide/components/activities.html#Lifecycle This passage doesn't reveal that 'isFin

Re: [android-developers] Re: two activities running at same time

2013-03-02 Thread Lew
oduct, it was that you were trying to sell it under the guise of asking for help. He's to the right of you - he doesn't believe in disingenuous misrepresentation as a means to profit. Being a capitalist doesn't require being sneaky or underhanded. -- Lew -- -- You recei

[android-developers] Re: Hearing Aid

2013-03-01 Thread Lew
say, "no, it is a bad idea". > Nevertheless, ignoring what the responder said and simply repeating the question without indication that he had absorbed the message was at least rather strange, and rather rude. > Lew wrote: > Shaik Shabana wrote: >> >>> Than

[android-developers] Re: Hearing Aid

2013-02-28 Thread Lew
If I read his advice correctly, he advised you not to make a hearing aid out of a smartphone. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups

Re: [android-developers] Hearing Aid

2013-02-28 Thread Lew
TreKing wrote: > Shaik Shabana wrote: > >> I want to work on Smart Hearing aid, wherein I can use the mobile as my >> hearing aid. >> Pls let me know how to start this. >> > > http://www.catb.org/esr/faqs/smart-questions.html > http://www.patr

[android-developers] Re: TextView vs Button

2013-02-26 Thread Lew
dget/TextView.html "Displays text to the user and optionally allows them to edit it. " Seems like points to differentiate them are already revealed. -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: Can this variable become null?

2013-02-25 Thread Lew
p killed by the system behaves >> differently. Can't simulate that. >> >> And maybe there are other cases which I'm missing. >> >> So, is there any situation where my variable can become null? Or is this >> setup safe? >> > Impossible to tel

[android-developers] Re: Android socket timeouts

2013-02-22 Thread Lew
reference/java/net/Socket.html Specifically, http://developer.android.com/reference/java/net/Socket.html#connect(java.net.SocketAddress, int) They really shouldn't have given a constructor that does more than construct. -- Lew -- -- You received this message because you are subscribe

Re: [android-developers] login screen

2013-02-20 Thread Lew
ot;Incorrect Username or Password!"; >> int duration = Toast.LENGTH_SHORT; >> >> Toast toast = Toast.makeText(context, text, duration); >> toast.show(); >> } >> >> else startActivity(intent); >> } >

Re: [android-developers] Re: How to do sketch by programmatically in Android?

2013-02-20 Thread Lew
> Any links or examples or articles are there for this app? >>> >> Well, if you googled a lot about this, I don't guess we could do better. > Any ideas or suggestions would be highly appreciated, thanks ! >>> >> Apparently not, given how you dealt

[android-developers] Re: gradle and libs

2013-02-19 Thread Lew
et = 'android-17' >> sourceSets { >> main { >> manifest { >> srcFile "AndroidManifest.xml" >> } >> java { >> srcDir "src" >> exclude "test/**" >>

[android-developers] Re: How to update ADT on Eclipse BUNDLE from google android developer..?

2013-02-19 Thread Lew
nfirm the URL for the updates. Help -> "Install New Software..." -> dialog, select site "Android - https://dl-ssl.google.com/android/eclipse/";. You know this is documented at http://developer.android.com/sdk/eclipse-adt.html, or rather at the link to which it poi

[android-developers] Re: @Lew

2013-02-18 Thread Lew
develop an ANE for Air Applications > like > I'm sorry, a what? > me. All the other atemps seems to be based on file://android_assets and > are > sketchy at best. > > Next time you want to give this anwser please think twice if it really is > appropiate. >

[android-developers] Re: Refund

2013-02-18 Thread Lew
Patrick wrote: > > Le dimanche 17 février 2013 23:52:25 UTC+1, Lew a écrit : >> >> >> In #2, if they get the app for free, why would you need to refund >> anything? >> >> > It's a paid app, but I want some selected users to have it for free, so I

[android-developers] Re: IP address

2013-02-18 Thread Lew
com/javase/specs/jls/se7/html/jls-15.html#jls-15.18.1 -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send em

[android-developers] Re: restoring states

2013-02-18 Thread Lew
Lew wrote: > Lew wrote: > >> dashman wrote: >> >>> Could it be that Activity.onCreate() is called with a valid Bundle - and >>> >>> onRestoreInstanceState() is NOT called. >>> >>> Can that happen? >>> &

Re: [android-developers] Problem with resultforactivity and extras

2013-02-18 Thread Lew
TreKing wrote: > So I *am* blind =) > > We all are at various times. I've been known to strongly avow something, post it, /then/ do the research and have to publicly retract. Oh, well. It keeps the little people from being too jealous. -- Lew -- -- You received this messa

[android-developers] Re: restoring states

2013-02-18 Thread Lew
Lew wrote: > dashman wrote: > >> Could it be that Activity.onCreate() is called with a valid Bundle - and >> >> onRestoreInstanceState() is NOT called. >> >> Can that happen? >> > > > http://developer.android.com/reference/android/app/Act

[android-developers] Re: creating a complex tablet app

2013-02-17 Thread Lew
feed in youtube [sic], let them gather requirements and design > and implement something that really makes sense and works. Its not that > difficult - it has been done many times before. > Including on the Android platform. Including by Google. -- Lew -- -- You received this message

[android-developers] Re: Refund

2013-02-17 Thread Lew
dates. > In #2, if they get the app for free, why would you need to refund anything? -- Lew -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsub

Re: [android-developers] Problem with resultforactivity and extras

2013-02-17 Thread Lew
TreKing wrote: > > α Centauri wrote: > >> Of course I knew that. As you can see in this code, it uses >> data.getData() to get the image. >> > > I might be blind, but I do not see anywhere where you call data.getData. > switch (requestCode) { case 1: { if (resultCode == RESUL

[android-developers] Re: restoring states

2013-02-17 Thread Lew
dashman wrote: > Could it be that Activity.onCreate() is called with a valid Bundle - and > > onRestoreInstanceState() is NOT called. > > Can that happen? > http://developer.android.com/reference/android/app/Activity.html#onRestoreInstanceState(android.os.Bundle) --

  1   2   3   4   5   >