Re: [android-developers] ACRA reports 7 crashes but Android market does not

2011-06-25 Thread Marcin Orlowski
On Jun 25, 2011 5:27 PM, "Raghav Sood" wrote: > > Hi all > > One of my apps, Quaker, has ACRA bug reporting in it. I have received 7 reports from ACRA but the android market shows 0 errors. Market reports are optional and most users do not submit them (besides, these are barely useful though) --

Re: [android-developers] Need Developer to convert POC in App Inventor to Android Native Code. FT paid work. Work remotely to start with, UK Sponsorship to follow

2011-06-25 Thread Marcin Orlowski
On Jun 25, 2011 12:08 PM, "FredDeer" wrote: > I developed a Proof of Concept in App Inventor that has now delivered > a 6 figure development grant to turn it to a working prototype. > Following on we have secured venture funding worth up to £23 million > to launch it as a service. nigerian econo

Re: [android-developers] Acer A500 is not showing in DDMS

2011-06-20 Thread Marcin Orlowski
x27;m missing any setting. > My "copy" worked w/o problem - just installed drivers. Not sure if I had to restart adb by hand though - try it - won't hurt. Also remember it is sometimes important to unplug the device before you install its drivers. Regards, Marcin Orlowski *

Re: [android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Marcin Orlowski
On 20 June 2011 18:53, Kostya Vasilyev wrote: Hi > And specifially, this for Dev Console issues: I hoped there's something more serious than this infamous fill-this-form-and-we-wont-reply-anyway thing. Thanks. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* -

[android-developers] Where to fill bug/feature request agains Market console?

2011-06-20 Thread Marcin Orlowski
ot;Update All" in such case... where can I report this? b.android.com does not seem right place Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetM

Re: [android-developers] External Usb Card WiFi in Android

2011-06-19 Thread Marcin Orlowski
On Jun 19, 2011 12:41 AM, "Migazan" wrote: > > Hello, > The Wifi network from my phone does not work. I can install an > external usb on my phone? if you got working drivers but 'no' in general -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] Re: Freelancer

2011-06-18 Thread Marcin Orlowski
On Jun 18, 2011 6:20 AM, "Zsolt Vasvari" wrote: > > Only if you know how to code a Tic-Tac-Toe app. Preferbly, in 3D. "Hi all. I want to write Tic-Tac-Toe 3D app in Android but dont know how to do this. Plz send me source code. It's urgent" -- You received this message because you are subscrib

Re: [android-developers] Re: App Widget considerations when enabling installLocation in manifest

2011-06-16 Thread Marcin Orlowski
You could also consider separating widget from main app. having two apks you could allow sd card for main user and keep widget plugin app on main memory. depending on what your widget shows it may be the way to go On Jun 16, 2011 9:33 AM, "Mark Carter" wrote: > I plan to show this message when the

Re: [android-developers] When should I leave a service running?

2011-06-15 Thread Marcin Orlowski
It may be that you i.e. do not need service at all and separate thread would suffice. What do you need your service for? Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current da

Re: [android-developers] inflate Vs intent

2011-06-15 Thread Marcin Orlowski
round inflate() to see if you do not miss anything you do in onCreate(). Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http:/

Re: [android-developers] when to use aidl?

2011-06-14 Thread Marcin Orlowski
player view as well as widget app. > > for the above scenario should i use aidl or can just extend service > and get it work? > Just send Intent from your i.e.player code to widgets to make it refresh when needed. You do not need any AIDL for that. Regards, Marcin Orlowski *Tray Agend

Re: [android-developers] Android Proguard - how to keep onClick handlers only referenced from XML layouts

2011-06-11 Thread Marcin Orlowski
nt to use proguard to make your app harder to rev-eng, you shall consider dropping android:onClick in faviour of setting handlers in code instead of exluding them from proguard Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In

Re: [android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-10 Thread Marcin Orlowski
ms and you won't be able to repro them w/o device Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/f

[android-developers] Offline docs - looks outdated, but how much it really is?

2011-06-10 Thread Marcin Orlowski
is here!, which compared to d.android.com looks at least 1-2 months outdated.. So my questions is, what else is outdated there and if there's any chance that someone involved release up-to-date dump for download via SDK Manager? Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>*

Re: [android-developers] Re: Making a service invisible

2011-06-10 Thread Marcin Orlowski
s "Weather monitor" than trying to go reallly stealth Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webne

Re: [android-developers] encrypt GPRS in Android?

2011-06-10 Thread Marcin Orlowski
First, it would help to understand how things works, as you do not need to encrypt the connection. All you need to encrypt is your data transmission. And it is completely irrelevant if you use GPRS or WiFi. You should not even bother it at all. You most likely need to go with SSL. Regards, Marcin

Re: [android-developers] Dialog with no Activity?

2011-06-09 Thread Marcin Orlowski
you can also consider using activity - it does not have to go full screen (which seems to be your major concern) On Jun 10, 2011 3:38 AM, "jtomasko" wrote: > On the xoom tablet (3.1), after selecting a notification of a google > calendar event, a dialog box (as far as I can tell) opens center > sc

Re: [android-developers] How to use ListAdapter with Cursor

2011-06-09 Thread Marcin Orlowski
On Jun 10, 2011 3:40 AM, "Jitendra" wrote: > > hi friends how we use ListAdapter with Cursor and why,because i have > done application with ListView , ArrayAdapter and Cursor and the > application run successfully so you basically asks someone to explain you your own code? -- You received this

Re: [android-developers] Can I use a real phone and emulator in eclipse?

2011-06-09 Thread Marcin Orlowski
yes. enable debugging feature in system prefs (app -> development). you may also need drivers for your phone (depends on model) On Jun 10, 2011 3:57 AM, "Migazan" wrote: > Hi, > > Can I use a real phone instead of a virtual device to develop in > eclipse? > > -- > You received this message because

Re: [android-developers] Making a service invisible

2011-06-09 Thread Marcin Orlowski
you cant (unless, perhaps you rooted). On Jun 10, 2011 7:32 AM, "kampy" wrote: > Hi, > > i am making an mobile theft tracker application which indeed checks > the sim details on boot up of the device and if the details are same > the service stops and if not it will start sending messages to the >

Re: [android-developers] Android 3.1 is too slow

2011-06-09 Thread Marcin Orlowski
On Jun 10, 2011 6:33 AM, "Raja Nagendra Kumar" wrote: > > Hi, > > Android SDK simulators are dead slow even on i7 machines with 16 GB > ram.. > > How does others manage to use it for development.. doubt anyone uses 3.x simulators. you shall get real device if you do not like slideshows too much.

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread Marcin Orlowski
On Jun 8, 2011 12:10 AM, "James" wrote: > I'm pretty sure it is by design, in order to increase the target area of the space bar, and it's a very nice feature. I'd just like to be able to make use of it in my own keyboard too. ok, you're right. found one that does so, too -- You received this

Re: [android-developers] Honeycomb keyboard responding to touch events on status bar

2011-06-07 Thread Marcin Orlowski
On Jun 7, 2011 11:44 PM, "James" wrote: > > With the standard keyboard on my Xoom, if I touch the status bar just below the spacebar on the keyboard, the spacebar receives the touch event. does not sound sane - quite likely you just hit the spacebar area or your digitizer thinks so. -- You rece

Re: [android-developers] Re: Device/user identification and data security

2011-06-07 Thread Marcin Orlowski
On 7 June 2011 14:18, Dani wrote: > Thank you for the answer and sorry for my English, > I don't mean to protect data stored in the device, but I mean to > protect the communication between client (my app) and server: > for example, I want my web service is accessible only by my app. Whatever y

Re: [android-developers] Android 3.1 presentation - Portland Code Camp 2011

2011-06-06 Thread Marcin Orlowski
Sean, most of your slides are d.android.com screenshots or quotes from there, so i am not really getting what's the benefit from watching your slides instead of reading your source directly? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Television effect when screen turned off.

2011-06-06 Thread Marcin Orlowski
doubt it would be more complicated than drawing several filled rectangles to form this animation On Jun 6, 2011 8:58 PM, "jesse" wrote: > Dear all, > Nexus S has a television effect when screen turned off ,I want to know > if this feature is an Android2.3 feature or a samsung added feature? > If i

Re: [android-developers] Invisible Activity

2011-06-06 Thread Marcin Orlowski
On Jun 6, 2011 10:41 AM, "Marc" wrote: > I would like to create an app that changes the volume and then exits. > For that I obviously won't need an UI or service, as a toast is > enough. if you not need any ui for activity, simply do not use any in your onCreate() -- You received this message

Re: [android-developers] Control level of Log class

2011-06-04 Thread Marcin Orlowski
rather provide bricks, not prefabricated walls, especially in some low level areas like debugging or logging. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobil

Re: [android-developers] Using Toast in Services

2011-06-04 Thread Marcin Orlowski
why it is so hard to take a peek at docs to find out what 1st argument means? you need a context so 'this' if you inherit or getApplicationContext() or hand your wifi object on creation time etc... On Jun 4, 2011 8:25 AM, "seema" wrote: -- You received this message because you are subscribed to

Re: [android-developers] Name of network?

2011-06-03 Thread Marcin Orlowski
usually by reverse lookup of your ip address, or better, because of nat you are usually behind, by using ip of your gateway. On Jun 3, 2011 10:46 PM, "treyb" wrote: > I have tried googling this and can't find a straight answer. How do I > get the name of the wifi network or domain name. (IE: ad.uf

Re: [android-developers] Honeycomb Market app oddities

2011-06-03 Thread Marcin Orlowski
ere thinks it is going to kill anything, especially ipad, then well, I am somehow less optimistic... Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on

[android-developers] Honeycomb Market app oddities

2011-06-03 Thread Marcin Orlowski
ing " and "Top free " (8 items each). And that's it. I admit I did not pay attention to that before but now recently I needed to cope with that Market and... ough... Anyone? Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy..

Re: [android-developers] Incoming Calls auto Answer

2011-06-03 Thread Marcin Orlowski
> Is there a possibility that my app is staying in front of the incoming > call screen? Because if there are more calls coming the app should > make a conference call with one hang up button. > AFAIK it's not possible. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/tra

Re: [android-developers] Wifi applivcation

2011-06-03 Thread Marcin Orlowski
On 3 June 2011 15:54, project wrote: > Hi, > i want wireless android application that open wifi and scan for wifi > devices and connect with one. > Tried searching Market for "wifi" or "wifi scanner" or so? Regards, Marcin Orlowski *Tray Agenda <http://b

Re: [android-developers] packet sniff

2011-06-02 Thread Marcin Orlowski
cs are clear about how communication shall all look like, so main difference you should expect is perhaps user agent ID and maybe difference in number of concurent requests etc. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tr

Re: [android-developers] Platform tools

2011-06-02 Thread Marcin Orlowski
tools,revision 11? Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<http://webn

Re: [android-developers] NDK build error?

2011-06-02 Thread Marcin Orlowski
On 2 June 2011 13:54, Hitendrasinh Gohil wrote: > Hi , > > Below is my .c file. > Ask on android-ndk list. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date a

Re: [android-developers] Fixed UserId for APK

2011-05-31 Thread Marcin Orlowski
No. It will let you, as name indicates, share IDs among your packages. But there's no way you can get fixed ID as user ids are assigned on each device depending i.e. on number of already installed packages etc. What you think you need it for? Regards, Marcin Orlowski *Tray Agenda <http:

Re: [android-developers] JSON OR SOAP ?

2011-05-30 Thread Marcin Orlowski
On 30 May 2011 05:15, Migazan wrote: > What better way to consume web services on android JSON or SOAP? > As other said it's not the same type ot "technology" so comparing it is like asking "what's better PNG or Photoshop?". Regards, Marcin Orlowski *T

Re: [android-developers] ListView overscroll disable

2011-05-29 Thread Marcin Orlowski
n your app? Try going that way if you *really* need to: http://jasonfry.co.uk/?id=27 Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook

Re: [android-developers] KEYCODE COLON?

2011-05-28 Thread Marcin Orlowski
re's pic: http://www.tracyandmatt.co.uk/blogs/media/tracyandmatts_blog/windowslivewriter/motorolamilestonereview_131ce/milestone-keyboard_2.jpg Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintrayp

Re: [android-developers] Mac or PC for development

2011-05-27 Thread Marcin Orlowski
ll have some spare bucks for devices Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter&l

Re: [android-developers] new to android

2011-05-26 Thread Marcin Orlowski
On 24 May 2011 21:08, Hadi Al-Zawad wrote: > > I'm new to android world and I want to know what to download on my computer > to start making apps > do i need an experience or it is easy to make programs ? > You do not need any expierience at all. Just come here and ask here for source code (als

Re: [android-developers] how to extract .so file?

2011-05-25 Thread Marcin Orlowski
anyone who never did reverse engeneering before anyway. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webn

Re: [android-developers] Re: how to read all sms,calendar events,emails?

2011-05-24 Thread Marcin Orlowski
On 24 May 2011 15:29, TreKing wrote: > On Mon, May 23, 2011 at 10:55 PM, Zsolt Vasvari wrote: > >> If you want to read calendar events, go to the Calendar app source code >> and copy out the relevant pieces. >> > > Better yet, use the official Google Calendar API, which has nothing to do > with

Re: [android-developers] Five-In-Row Tic-Tac-Toe

2011-05-24 Thread Marcin Orlowski
I just received it! Thanks Robin! Regards, Marcin Orlowski On 24 May 2011 10:35, Robin Talwar wrote: > sure :) do you want that in 3D?? > > > On Tue, May 24, 2011 at 1:47 PM, khanh_qhi™ wrote: > >> Hi all, >> Could anyone give me full source code of this game in A

Re: [android-developers] Re: icons: getting conflicting information

2011-05-23 Thread Marcin Orlowski
didn't want to limit my apps to > just > the remaining third. Well apparently that "current" chart wasn't so > current, after all. :-) > Here's something more current (May 2011): http://developer.android.com/resources/dashboard/platform-versions.html Regards, Mar

Re: [android-developers] Specific drawable not working?????

2011-05-20 Thread Marcin Orlowski
droid:drawable/ic_media_stop'). > > Both of them are in > M:\Program Files\Android\android-sdk\platforms\android-8\data\res > \drawable-mdpi > You should copy drawables to your app's res folder. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - k

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Marcin Orlowski
On 17 May 2011 17:48, Marcin Orlowski wrote: > > > On 17 May 2011 15:19, Vinicius Carvalho wrote: > >> Hi guys, just sharing a demo of a heatmap I've done: >> > > For a record - real heat maps fade in time. Quite easy to be added. > I mean at least thes

Re: [android-developers] Heatmap example for android

2011-05-17 Thread Marcin Orlowski
On 17 May 2011 15:19, Vinicius Carvalho wrote: > Hi guys, just sharing a demo of a heatmap I've done: > For a record - real heat maps fade in time. Quite easy to be added. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Da

Re: [android-developers] Does the Samsung Galaxy Tab 10.1v work with OSX?

2011-05-17 Thread Marcin Orlowski
Wait for this device to be officially released to find out. I/O pre-release does not really count. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... Web

Re: [android-developers] Vertical Ads in Landscape Mode

2011-05-17 Thread Marcin Orlowski
r as it would confusing to the user. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twi

Re: [android-developers] Google I/O 2011 Session material downloads/pdfs working for anyone?

2011-05-16 Thread Marcin Orlowski
BTW: from Twitter: "For anyone who was getting a 404 on my Android Protips "how I did that" blog post, it should be back up now: goo.gl/4806r " Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* &l

Re: [android-developers] Google I/O 2011 Session material downloads/pdfs working for anyone?

2011-05-16 Thread Marcin Orlowski
the same > for the other sessions that have PDFs attached. The error message and url it > resolves to makes me think it might be a google permission issue. Why you not let him know directly? Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule ha

Re: [android-developers] Error Message Help

2011-05-15 Thread Marcin Orlowski
t goes crazy. PS: Check http://en.wikipedia.org/wiki/Program to find out what "programme" refer to, because you use it incorrectly. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro&

Re: [android-developers] Preference Radio Buttons holding settings

2011-05-13 Thread Marcin Orlowski
Check your preferences agains non-unique keys. It may be you did copy&paste and forgot to replace the key with new value, so in this case one item overwrites another and since value does not match any you got for your list, no entry is selected next time you there. Regards, Marcin Orlowski *

Re: [android-developers] How did you get into Android development

2011-05-13 Thread Marcin Orlowski
nd you hope be ready for next project, you tell your customer "sorry, not this time, I am busy" :), and try to catch up with what you lacked (or at least with hardest parts). Simple as that. Works perfectly fine for me for many years. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/

Re: [android-developers] How did you get into Android development

2011-05-13 Thread Marcin Orlowski
like hammers or drills. If you do not know certain type of tool then you can simply learn how to use it because you got experience with that type of tools like programming languages, software development etc. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you dail

Re: [android-developers] Change Android market signing key

2011-05-13 Thread Marcin Orlowski
t. > > Since there will be more improvements in the future, I would like to > know if it's possible to migrate the app to my own account! You (or better, the former author) may try to write to Google support asking to migrate the app. Someone here claims he managed to do something l

Re: [android-developers] Setting the browser's user agent

2011-05-12 Thread Marcin Orlowski
er agent change it was mostly "Mobile" vs "Desktop" predefined values. No custom strings. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance...

Re: [android-developers] Documentation

2011-05-12 Thread Marcin Orlowski
On 10 May 2011 19:34, Jorge Luis wrote: > Does anyone have any starting documentation for dummies like me that are > used to structured language? Get used to OO languages (namely Java) first. Tons of books/tutorial on the subject. Regards, Marcin Orlowski *Tray Agenda <http

Re: [android-developers] ndk5 exception crash with third-party library

2011-05-12 Thread Marcin Orlowski
On 11 May 2011 09:35, wasabee18 wrote: > Hi everyone, that's my first post, please be nice :) > I beliee your problem shall be discussed on NDK list, not here (SDK). Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Da

Re: [android-developers] Stable Built environment for Nexus S

2011-05-11 Thread Marcin Orlowski
uilding FOR android) is better. Here's what's available: http://source.android.com/community/index.html Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance..

Re: [android-developers] Re: menu item disabled, but clickable

2011-05-11 Thread Marcin Orlowski
may also be a bug (or works by design even when not in the best manner). Considered filling bug report at b.android.com? Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at gl

Re: [android-developers] Out of three buttons, one button is not working

2011-05-11 Thread Marcin Orlowski
On 11 May 2011 14:28, mack2978 wrote: > android:onClick="selfDestruct" > Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... Web

Re: [android-developers] Re: menu item disabled, but clickable

2011-05-11 Thread Marcin Orlowski
d button?!") while item shown but disabled clearly tells "you cannot use it". Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *F

Re: [android-developers] 3d model loading

2011-05-10 Thread Marcin Orlowski
On 10 May 2011 17:15, bob wrote: > Are there any good examples of loading a 3d model on Android? > Any file I/O tutorial shall do. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro&

[android-developers] NFC testing rig?

2011-05-10 Thread Marcin Orlowski
one device some companies seem to offer what I need too, i.e. http://www.insidesecure.com/eng/Products/NFC-Products so there's a hope :) Anyway, if anyone who spent some time on the subject and is willing to share the lesson, I am all ears. Thanks in advance :) Regards, Marcin Orlowski *Tr

Re: [android-developers] Re: check before publish with LVL, the Application Licensing

2011-05-09 Thread Marcin Orlowski
> No, as this i scommon scenario -> you simply test the never version. > "is" and "newer" of course. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> -

Re: [android-developers] Re: check before publish with LVL, the Application Licensing

2011-05-09 Thread Marcin Orlowski
On 9 May 2011 18:11, veetowner wrote: > would it make any different of the version is higher than that in the published app? No, as this i scommon scenario -> you simply test the never version. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily sc

Re: [android-developers] Sicronizar conta

2011-05-09 Thread Marcin Orlowski
2011/5/7 Peter Molski > Boa tarde, amigos. > Speak english here. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http:

Re: [android-developers] Service is not started automatically at app startup

2011-05-09 Thread Marcin Orlowski
Use activity, setup your service in onCreate() and finish() your activity there. No need to pop up any UI. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... Web

Re: [android-developers] Re: Multiple notification with a single icon

2011-05-08 Thread Marcin Orlowski
umber" field of Notification to let user know... Regards, Marcin Orlowski -- 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, se

Re: [android-developers] Re: Suspended my dev account without any explanation, Why?

2011-05-07 Thread Marcin Orlowski
ree, so you clearly benefited from stolen goods. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>*

Re: [android-developers] Re: SDCard installs - auto or preferExternal?

2011-05-06 Thread Marcin Orlowski
On 5 May 2011 22:10, jtoolsdev wrote: > The manifest display in Eclipse defaults to auto. On a recent release > I set it to preferExternal and there seemed to be some reports of > difficulty. Problem is the docs say the same thing for both settings > and that the user can move the installation.

Re: [android-developers] check before publish with LVL, the Application Licensing

2011-05-06 Thread Marcin Orlowski
ur app get from LVL server. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<

Re: [android-developers] jpg to bmp conversion

2011-05-06 Thread Marcin Orlowski
ve 10KB JPG image which would requre all you have on whole device :) Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://we

Re: [android-developers] Market: Significiant installations drop

2011-05-05 Thread Marcin Orlowski
On 5 May 2011 17:56, TreKing wrote: > On Thu, May 5, 2011 at 10:36 AM, Marcin Orlowski > wrote: > >> Since nobody complains about such posts here -> it's just me or you see >> same significiant drop of active installation today (like 1/5 of volume)? >> Mo

[android-developers] Market: Significiant installations drop

2011-05-05 Thread Marcin Orlowski
Hi, Since nobody complains about such posts here -> it's just me or you see same significiant drop of active installation today (like 1/5 of volume)? Mostly on all apps. Is it sign of new Market fearture coming? ;/ Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda&g

Re: Re: [android-developers] Determine if device has only SoftMenu Keys ?

2011-05-05 Thread Marcin Orlowski
ect anyone to be allowed to left user in described state (at least for devices that come with Market) Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobil

Re: [android-developers] Re: 1380 Paid Applications in One Free Torrent then How to SELL it?

2011-05-05 Thread Marcin Orlowski
r 3 weeks later than "soft") which enforces upgrade by simply halting current version. And make sure you do not push that too frequent. Each version shall live no less than 1,5-2 months or your (l)users will rant. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda

Re: [android-developers] Change UI when executing an instruction

2011-04-30 Thread Marcin Orlowski
What about just having you all UI elements in one view but simply hide/show some you want to be visible conditionaly by using setVisibility() on them? Looks like you do not need anything more complicated anyway. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you

Re: [android-developers] problem after generate a .apk file

2011-04-30 Thread Marcin Orlowski
file… > Unless you manage to trigger any sort of rarely exposed bug, it's mostly not related to exporting your app. I assume you changed this that way or another. If not, then describe step-by-step what you do to make this happen. Please check if it really happens all the time. Regards,

Re: [android-developers] How to get the text height

2011-04-30 Thread Marcin Orlowski
On 30 April 2011 12:49, a a wrote: > paint.measureText("text") return the width, how can i get the height > of the "text"? > value you used in setTextSize() * screendensity factor shall mostly give what you want. Regards, Marcin Orlowski *Tray Agenda <http:

Re: [android-developers] problem after generate a .apk file

2011-04-30 Thread Marcin Orlowski
On 30 April 2011 13:47, Igor Nesralla Ribeiro wrote: > Hi, > > I make a app on eclipse , win 7 after this I go on menu export and run > iti export apk file and its seems to be ok for mei published it on > the market...and finish( > > https://market.android.com/details?id=com.riosistem

Re: [android-developers] Books

2011-04-30 Thread Marcin Orlowski
On 30 April 2011 13:34, Knutsford Software wrote: > What books do you recommend for learning how to develop android apps - > I don't want to relearn Java but I gather you can write them in PHP > I'd strongly suggest you learn Java. Regards, Marcin Orlowski *Tray Ag

Re: [android-developers] VP8 player by RTP on Android

2011-04-30 Thread Marcin Orlowski
questions on using NDK please use this group http://groups.google.com/group/android-ndk though Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetM

Re: [android-developers] Removing a specific over lay item

2011-04-30 Thread Marcin Orlowski
On 29 April 2011 20:46, TreKing wrote: > Please i need help its urgent any help > > WHAT KIND OF RESPONSE DO YOU EXPECT IN 4 MINUTES? > Urgent? :) Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tr

Re: [android-developers] How to run application at startup (Java app)

2011-04-28 Thread Marcin Orlowski
on at boot time , how can i do that > thank you > look for action BOOT_COMPLETED Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook &

Re: [android-developers] Basic Question

2011-04-28 Thread Marcin Orlowski
one. Other is for different purpose. > eg. We write the code > btw: this is not "the code". > http://developer.android.com/reference/android/content/Intent.html#ACTION_MAIN > > http://developer.android.com/reference/android/content/Intent.html#CATEGORY_LAUNCHER R

Re: [android-developers] Non-US buyers still charged in US$.

2011-04-28 Thread Marcin Orlowski
e most often with UK buyers. With this, I am > losing quite a bit of money as my prices are higher outside of the US. > Works for me. I even got UK (pounds) order. Looks as processed right. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy

Re: [android-developers] Re: Acer Iconia A500

2011-04-28 Thread Marcin Orlowski
problems I am unable to imagine now Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<

[android-developers] Acer Iconia A500

2011-04-28 Thread Marcin Orlowski
d, so this one is second on the list. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/

Re: [android-developers] Button code

2011-04-28 Thread Marcin Orlowski
Create object of Button class and add it to your layout. All is in documentation. All you need it is to read it. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current da

Re: [android-developers] which is the fastest encryption scheme that i can use with android?

2011-04-27 Thread Marcin Orlowski
implementation will always win (but there's none for android I am afraid) Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook &l

Re: [android-developers] How do I remove the background of a image button?

2011-04-26 Thread Marcin Orlowski
Apply your own bg drawable. Out of head -> I think fully transparent drawable would do the trick. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance...

Re: [android-developers] Programming Android without any other experience......

2011-04-26 Thread Marcin Orlowski
y not work no matter how many books or tutorials you read. Alternatively, you simply need to gain experience and practice. Invent some basic functionality and try to implement it. Or try to understand existing apps' sources first, if writting on your own is not yet possible Regards, Marcin

Re: [android-developers] how to load intro while setting up huge database

2011-04-26 Thread Marcin Orlowski
Let know user in advance your setup is a lenghty process and let him cancel it if he wish or explicitely tell you to proceed. And for proceed - what about just showing ProgressDialog with either "Please Wait..." or any sort of progres indicator if you can have it? Regards, Marcin Orlow

Re: [android-developers] Twitter Error: Communication with the service provider failed: api.twitter.com

2011-04-26 Thread Marcin Orlowski
This is not part of SDK so you shall ask author of this code instead. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://w

Re: [android-developers] Android App Resolution

2011-04-26 Thread Marcin Orlowski
On 26 April 2011 14:55, aNtIfU wrote: > Hi all > > Need help on android app resolution, > What about reading dev docs on that subject first? http://developer.android.com/guide/practices/screens_support.html Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>

<    1   2   3   4   5   6   7   8   >