[android-developers] Best strategy for Fragment and multi-versionning

2013-04-04 Thread Android2ee
f experts I talk about said solution 2 is the one to implement, others said solution 1 is the one to use. And what about you, what is your point of view on that topic? Kind regards Mathias Seguy Android2EE Android Expertise-Training-Consulting -- -- You received this message because you are su

[android-developers] Re: Making my app the only one that can run.

2013-03-20 Thread Android2ee
ones I decided). Hope it helps. Mathias Seguy Founder of Android2EE Le mardi 19 mars 2013 22:35:56 UTC+1, Tobiah a écrit : > > I'm not being unfriendly to users. I need to hand out > devices at an event so that people can walk around and > use my app. I don't want them to

[android-developers] Re: Widget onClick is not working

2013-02-27 Thread Android2ee
Hello, What Your manifest look line? Le mercredi 27 février 2013 00:10:26 UTC+1, saex a écrit : > no one can help? > > El lunes, 25 de febrero de 2013 23:37:27 UTC+1, saex escribió:Hi all > > > > > I want that when the user press on the widget, the widget > stops itself, and when t

Re: [android-developers] Android app google maps showing grey tiles and not map!

2012-10-15 Thread Android2ee
And remember you need to register your app in googlemap Service for your debug and your prod keystore. The debug keystore is under #user/android/debug.keystore or something like that. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: Audio Capture in Android

2012-07-26 Thread Android2ee
hias Seguy - Android2EE Le jeudi 26 juillet 2012 12:29:46 UTC+2, Meena Rengarajan a écrit : > > Hi all , >This is my code, I am very new to Android . Please can anyone > help me .. I wanna record, play, save and stop in Audio Capture, when i > click button all these act

[android-developers] Re: MVC Architecture

2012-01-13 Thread Android2ee
Ok, nice first answer. The question is not stupid, because an Activity mix life cycle and view, so implementing MVC is not so obvious. And to make simple, your activity manage lifeCycle and delegate GUI to your GUI package. In that package you do usual MVC. In fact you implement usual layers separa

[android-developers] Re: Update to ADT 15, SDK14, SDK tools 15 and SDK platformTool 9 => New project doens't run o_O

2011-12-01 Thread Android2ee
I found a workaround, i change my eclipse workspace and name it short EAWS. And then it works. Is there a size to respect in workspace (path) name size? On 1 déc, 14:26, Android2ee wrote: > Another element, when i create the project i have the following error > log: > Failed to load p

[android-developers] Re: Update to ADT 15, SDK14, SDK tools 15 and SDK platformTool 9 => New project doens't run o_O

2011-12-01 Thread Android2ee
ng windows and then go back in eclipse to see the file. On 1 déc, 13:53, Android2ee wrote: > Hello,In fact, in found out a lead. There is no class file generated > in my Bin folder. So I go in the window explorer and change the read > only and security parameters of the folder. I do a clea

[android-developers] Re: Update to ADT 15, SDK14, SDK tools 15 and SDK platformTool 9 => New project doens't run o_O

2011-12-01 Thread Android2ee
o it's the same). On 1 déc, 10:24, Android2ee wrote: > Hello, > Yesterday i update my eclipse to the last version of Android. > Then I created a new project and run it. The compilation is ok, but > few second after Eclipse displays the message: "Your project contains > e

[android-developers] Update to ADT 15, SDK14, SDK tools 15 and SDK platformTool 9 => New project doens't run o_O

2011-12-01 Thread Android2ee
Hello, Yesterday i update my eclipse to the last version of Android. Then I created a new project and run it. The compilation is ok, but few second after Eclipse displays the message: "Your project contains error. Please fix them..." Notice, i do not change anything in the generated project (I used

[android-developers] Re: Urgent help required

2011-11-11 Thread Android2ee
@Daniel, you're a great guy (smart, kind, precise and exact)... Thanks. On Nov 11, 3:43 pm, Daniel Drozdzewski wrote: > On 11 November 2011 14:23, Sunil Mishra wrote: > > > @skink and @Dainel > > > According to me URL translation is like follows > > > 1. Read the html file before sending > > 2.

[android-developers] Flash On Flash Off without the camera

2011-10-08 Thread Android2ee
Hello, There is a guy who contact me about the Android FlashLight, he wants to set it on and off without having to use the camera. His code: public static booleanFlashOff() { import android.hardware.Camera; import android.hardware.Camera.Parameters; Camera mCamera; Parameters mParameters; mCamera

[android-developers] Re: GOOGLE PLUS-ANDROID INTEGRATION

2011-10-03 Thread Android2ee
Hey, The way to interact with g+, and specially with OAuth is the same one than for FaceBook. So you can have a look within their Api and do the same (or the FB's Android API sucks). As i know there is no special API for Android, but i think it should come soon (from open world or Google, who knows