[android-developers] Re: TDD

2009-09-07 Thread Fred Grott(shareme)
Obviously the more code contributors we can get to develop new mock objects for this test feature set the better. I have started with touch mock objects giving the developer a way to state the touch point in DIP during a test..and that mock object code is being submitted to the Android Project..

[android-developers] Re: Issues with this group

2009-09-04 Thread Fred Grott(shareme)
everyone learns early on not to use that techniques as it is not working.. Fred Grott http://mobilebytes.wordpress.com On Sep 4, 3:33 am, chrisoz kristian.aus...@gmail.com wrote: Right here, on this page (groups.google.com/group/android-developers/ browse-thread/thread/f8f4b8aa491f225),

[android-developers] Re: problems building android dev environment?

2009-09-03 Thread Fred Grott(shareme)
Dave you have set your JAVA_HOME to the symlink folder not goood..change to actual JDK version folder.. for exampe mine is:/usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre You will set that in your /etc/profile file. That should clear up the error.. While Eclipse yes is picking up the correct JRE your

[android-developers] Re: Bouncing ListView Effect

2009-09-02 Thread Fred Grott(shareme)
Okay time for a better answer.. Math wise you would be doing interpolation.. Extend ListView as you own customized calls than write the GUI code to use the math interpolation ot make the ListView bounce You will have to look up the API for view transitions and see how to tie in your customized

[android-developers] Re: How to display an animated GIF file

2009-09-01 Thread Fred Grott(shareme)
you can do it via css and js if you have a film-strip style set of image frames On Sep 1, 9:55 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: Animated gif's aren't supported by the current version of the Android browser. It's been noted as a bug and should be fixed in some future

[android-developers] Re: problems building android dev environment?

2009-08-31 Thread Fred Grott(shareme)
Hello Dave I have Ubuntu so that should speed up the solution so let us go through the obvious first: 1. You set Java Home to the actual folder instead of the sym link, GOOD! 2. You get errors when attempting a build Let see my questions: 1. Is JAVA_HOME set to the jvm or the inner jre

[android-developers] Re: XML reference

2009-08-31 Thread Fred Grott(shareme)
At this point no..in fact it is the first time I have seen that technique myself My suggestion would be to write a nice sumamry of the technique and link to that post on: http://andmob.wikidot.com/ Than at least more of the community will see it.. Thanks for pointing out that post.. Fred

[android-developers] Re: android 1.5 to google maps API

2009-08-24 Thread Fred Grott(shareme)
Your uses-library is in the wrong location see my copy: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.mobilebytes.mymapview android:versionCode=1 android:versionName=1.0 uses-permission

[android-developers] Re: CONTRACT - ANDROID Developers - Toronto

2009-08-20 Thread Fred Grott(shareme)
You will not accept a java version of the resume? On Aug 20, 3:16 pm, Kevin - IT Recruiter kbradbury...@yahoo.ca wrote: I have 3 month contracts (extendable) available for Android Developers in Toronto You must be local (no remote work) Send me a word version of your resume ASAP

[android-developers] Re: Android Developers Wanted

2009-08-20 Thread Fred Grott(shareme)
Is this local or remote? Fred Grott http://mobilebytes.wordpress.com On Aug 19, 8:30 pm, Ashwin anantar...@gmail.com wrote: We are a government Software Contracting company. We currently have an opening for a Google Android Developer. At the time of interview, you will be required to sign a

[android-developers] Re: Android Developer needed in Toronto

2009-08-20 Thread Fred Grott(shareme)
Keep looking as this is not Toronto On Aug 20, 2:34 pm, jsbelanger jsbelanger1...@gmail.com wrote: I am looking for an Android developer in the Toronto area for a 3 month contract. Please contact me asap if you are available. Thanks, JS --~--~-~--~~~---~--~~

[android-developers] Re: Regarding the Java Version

2009-08-12 Thread Fred Grott(shareme)
n command line what does java -version command produce? On Aug 12, 8:07 am, Vinu pjvinayku...@gmail.com wrote: Hello, I am trying to compile the Latest android i got the below errors, You are attempting to build with the

[android-developers] Re: VerifyError while trying to run Unit tests

2009-08-05 Thread Fred Grott(shareme)
You need to change from two project set up to having your tests under tests/src in your main project. Remember, no test classes are packaged in apks, the dx tool is using a back channel from emulator or device to your project folder. In which case the 'extra' 3rd party library is causing

[android-developers] Import bug MapView Superclass not found Dalvik class loader

2009-08-04 Thread Fred Grott(shareme)
Hello and Good Morning, I was doing examples of MapView to finish my templates for the AndCooper Build tool and found that no matter what example I try I get the same exception errors in SDK 1.5r3.. First lets head off the obvious. -No widgets are present in the example. -Simple class:

[android-developers] Re: Import bug MapView Superclass not found Dalvik class loader

2009-08-04 Thread Fred Grott(shareme)
Never mind found the error Placement of the uses-library of Google Maps has to occur after the ending activity tag.. On Aug 4, 9:56 am, Fred Grott(shareme) fred.gr...@gmail.com wrote: Hello and Good Morning, I was doing examples of MapView to finish my templates for the AndCooper Build

[android-developers] Re: json serializer / deserializer

2009-08-02 Thread Fred Grott(shareme)
I wonder if you coudl use say dependency injection via string ids oh say the library yasdic? On Aug 2, 5:32 am, Mark Murphy mmur...@commonsware.com wrote: Premier wrote: do you know a library or method to serialize / deserialize java bean to json in android? how i can introspect a

[android-developers] Re: 1.5_r3 backward compatibility

2009-08-02 Thread Fred Grott(shareme)
Peter all devices were updated to 1.5r3 by mobile operators so what devices are u targeting that have 1.5r2 or 1.5r1? Yes, they should explain this somewhere.. Fred Grott http://mobilebytes.wordpress.com On Aug 2, 12:59 pm, Peter Jeffe pje...@gmail.com wrote: Sorry if I missed this in the

[android-developers] Re: China to have there own Android Market?

2009-07-31 Thread Fred Grott(shareme)
Do not fall for that.. OpHone Sdk is Android 1.0 you have to port it to Android 1.0 for it work On Jul 31, 3:04 am, CraigsRace craig...@gmail.com wrote: I have been contacted by a Chinese company (NetDragon Websoft Inc -http://ir.netdragon.us).  They tell me that the Chinese will not have

[android-developers] OPHOne JIL widgets and Android

2009-07-30 Thread Fred Grott(shareme)
I have a question.. It appears that OPHOne has JIL web widgets.. Since OPHone is base don andorid OS has anyone started work on supporting JIL web widget sdk/api in Android ? Fred Grott http://mobilebytes.wordpress.com --~--~-~--~~~---~--~~ You received this

[android-developers] Re: running Ubuntu (virtual box) over WinXp

2009-07-29 Thread Fred Grott(shareme)
Should not be any problems do a search on this list for previous posting on the subject.. On Jul 29, 8:38 am, Fabiano luizfabianoc...@gmail.com wrote: hi, We are starting development in Android and I have a question about the environment. Is there any issue about using VirtualBox/VMware

[android-developers] Re: Error while using Android Tool in the tools dir.

2009-07-28 Thread Fred Grott(shareme)
what java environment are you using enter: java -version and post the printout here.. On Jul 28, 1:48 am, raj.10788 raj.10...@gmail.com wrote: Hi, I am have the Ubuntu PC, where I installed the Android SDK 1.5 r3. But when I use adb that tool is working fine. But at the same time when I

[android-developers] APNG supported

2009-07-28 Thread Fred Grott(shareme)
For those in the dark APNG is animated PNG graphics files. I was wondering if Android SDK supported APNG files.. Fred Grott http://mobilebytes.wordpess.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Where can I find good remote Android developers?

2009-07-28 Thread Fred Grott(shareme)
I know a few that have open time right now if you are somewhat sure about your budget range.. Fred Grott http://mobilebytes.wordpress.com On Jul 28, 7:28 pm, Rch ruchi...@gmail.com wrote: Hi Can any of suggest a place where I can hire remote Android developers. I want to build an app soon.

[android-developers] Re: How do i run the emulator?

2009-07-27 Thread Fred Grott(shareme)
Info is here: http://developer.android.com/guide/developing/tools/emulator.html Fred Grott http://mobilebytes.wordpress.com On Jul 24, 6:03 pm, popetorak popeto...@gmail.com wrote: How do i run the emulator? --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Why force java 1.5?

2009-07-27 Thread Fred Grott(shareme)
Given the use of Harmony java classes it may be that harmony targeted their stuff for sun java 1.5 compliance..but that is just a guess On Jul 27, 6:59 am, Mark Murphy mmur...@commonsware.com wrote: Chih-Wei wrote: Recently the build system will check if java version is 1.5, and stop if

[android-developers] Re: Why force java 1.5?

2009-07-27 Thread Fred Grott(shareme)
I seem to made a good Guess..Apache Harmony targets sun java 5 compliance.. Fred Grott http://mobilebytes.wordpress.com On Jul 27, 6:59 am, Mark Murphy mmur...@commonsware.com wrote: Chih-Wei wrote: Recently the build system will check if java version is 1.5, and stop if the version

[android-developers] Re: referencing projects in eclipse

2009-07-27 Thread Fred Grott(shareme)
I am not sure if there is an easy solution You would have to modify the build script that Android SDK uses through Eclipse ADt to comle your library proejct first for input into yoru main project's compile task.. path to build script ADt plugin uses:

[android-developers] Re: referencing projects in eclipse

2009-07-27 Thread Fred Grott(shareme)
whoops, last step.. once you modify everything..in Eclipse IDE change your java builder to point to that modified build script to use as your java builder.. On Jul 27, 4:38 am, Bart van Wissen bartvanwis...@gmail.com wrote: I'm working on two projects. One is essentially a library, and the

[android-developers] Re: mysterious ant build error

2009-07-27 Thread Fred Grott(shareme)
You should see my posts about Customizing the SDK as I cover that subject :) In fact maybe it should be covered somewhere ..would make nice ebook chapter on android programming Fred Grott http://mobielbytes.wordpress.com On Jul 26, 5:04 am, skink psk...@gmail.com wrote: On Jul 26, 12:50 am,

[android-developers] Re: mysterious ant build error

2009-07-27 Thread Fred Grott(shareme)
Grott(shareme) wrote: You should see my posts about Customizing the SDK as I cover that subject :) In fact maybe it should be covered somewhere ..would make nice ebook chapter on android programming Yeah, if there were only somebody out there who was publishing ebooks on Android development

[android-developers] Re: ProGuard with Android 1.5

2009-07-27 Thread Fred Grott(shareme)
fad...@android.com wrote: On Jul 25, 8:33 am, Fred Grott(shareme) fred.gr...@gmail.com wrote: ahem Proguard even has direction on now to get it to work with Andorid.. [...] Hint, one new proguard feature you have to set to false.. For now. :-) In a future release the bytecode verifier

[android-developers] Re: ProGuard with Android 1.5

2009-07-25 Thread Fred Grott(shareme)
ahem Proguard even has direction on now to get it to work with Andorid.. I even posted to my b.log.. Ceom on do the google search.. Fred Grott http://mobilebytes.wordpress.com Hint, one new proguard feature you have to set to false.. On Jul 24, 10:33 pm, alex gsm...@gmail.com wrote:

[android-developers] Re: How to make andorid plugin does not start everything I launch eclipse

2009-07-24 Thread Fred Grott(shareme)
what you are seeing is the android java specific builder kick in to rebuild projects in the workspace.. Fred Grott http://mobilbytes.wordpress.com On Jul 24, 11:08 am, n179911 n179...@gmail.com wrote: Hi, Is it possible to configure android eclipse plugin that it does not start up

[android-developers] Re: How to simulate a TrackBall Event in emulator?

2009-07-24 Thread Fred Grott(shareme)
Mock testing see apiDemos for details..all the cool kids are doing it Fred Grott http://mobilebytes.wordpress.com On Jul 24, 1:48 pm, hap 497 hap...@gmail.com wrote: Hi, Can you please tell me how can I simulate a TrackBall Event in emulator? I just the left/right black button in the

[android-developers] Re: Fast, efficient usage of an object pool

2009-07-18 Thread Fred Grott(shareme)
Romain, was it renamed cannot find it by your link.. On Jul 15, 3:55 pm, Romain Guy romain...@google.com wrote: We have an efficient implementation for you: use thePools.java file fromhttp://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;... (and the associated classes.) These

[android-developers] Re: Fast, efficient usage of an object pool

2009-07-18 Thread Fred Grott(shareme)
Thank you Romain .. On Jul 18, 10:25 am, Romain Guy romain...@google.com wrote: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;... On Sat, Jul 18, 2009 at 4:38 AM, Fred Grott(shareme)fred.gr...@gmail.com wrote: Romain, was it renamed cannot find it by your link

[android-developers] Re: Dose Android sdk 1.5 allow to create our own screen when a call is in or out

2009-07-16 Thread Fred Grott(shareme)
Ted, You probably cannot I did research on this for a potential startup its not possible currently Fred Grott http://mobilebytes.wordpress.com On Jul 16, 5:12 am, Ted Chien hsiangtai.ch...@gmail.com wrote: However, com.android.phone is an system class and will be the first class to be loaded

[android-developers] Re: error while building the android code using make

2009-07-16 Thread Fred Grott(shareme)
simple google search usually turns up the solution ..it did fro my build error on ubunut On Jul 16, 5:48 am, Ask asifk1...@gmail.com wrote: This is the link on android platform group, http://groups.google.com/group/android-platform/browse_thread/thread/... On Jul 16, 3:46 pm, Ask

[android-developers] Re: eclipse obfuscation plugin for android development on OSX

2009-07-15 Thread Fred Grott(shareme)
use proguard..turn off peer optimization Fred Grott http://mobilebytes.wordpress.com On Jul 15, 4:40 am, jeremygwa jeremy...@hotmail.com wrote: All, I want to obfuscate my android code. I have installed the obfuscate4e plugin, but how do get it to obfuscate my code? thanks in advance

[android-developers] Re: Android BUG....

2009-07-15 Thread Fred Grott(shareme)
Google on the Android project is somewhat weighed down right now with other issues.. Fred Grott http://mobilebytes.wordpress.com On Jul 15, 5:00 pm, dotclick dotcl...@gmail.com wrote: So the only response I am going to get from Google is from someone who didn't read the message or take the

[android-developers] Android Build System that supports webView web code development

2009-07-02 Thread Fred Grott(shareme)
First, Let me apologize as AndCooper was going to be out sooner but I have been faced with an emotional family emergency. AndCooper alpha0.1 will be released this weekend and does have beginning support for webview web code development such as obfuscation, jlint analysis of javascript and etc.

[android-developers] Re: Android apps + Dependency Injection = try out Yasdic!

2009-06-30 Thread Fred Grott(shareme)
What is wrong with using Google Guice non-aop? On Jun 30, 5:12 am, Piwaï py.ri...@gmail.com wrote: Hello developers, I have been using the Android SDK for a few months now, and one thing I was missing was a dependency injection container. Dependency injection is a good practice to lower the

[android-developers] Re: PMD Android ruleset

2009-06-23 Thread Fred Grott(shareme)
Thanks, yes will be doing that as well :) On Jun 23, 10:14 am, www.rzr.online.fr www.rzr.online...@gmail.com wrote: On Jun 2, 8:50 pm, Fred Grott(shareme) fred.gr...@gmail.com wrote: I am extending the PMD ruleset used in AndCooper to cover more: [...] Any more issues you see

[android-developers] Re: Information about nearby businesses

2009-06-23 Thread Fred Grott(shareme)
If I remember correctly Google MAps API does not supply geocoding so you would need to integrate with one o f the free ones out there and that should enable you to match up to business data.. Search this forum as there are some posts about it..listing the free API/services and etc Fred Grott

[android-developers] Re: Application Needed

2009-06-23 Thread Fred Grott(shareme)
I would imagine if you would mention your branch of service that might help in getting the help you require. Myself, I am a former Airman, USAF..1980s.. Fred Grott http://mobilebytes.wordpress.com On Jun 22, 3:49 am, bizzy401 bizzy...@gmail.com wrote: I am an instructor in the military.  I

[android-developers] Re: Application (.apk) Size

2009-06-19 Thread Fred Grott(shareme)
It wil be smaller than the heap size limit per apps..so if that is 10 megs than assume 4 to 5 megs? On Jun 19, 8:35 am, indodroid indodr...@gmail.com wrote: I also had the same query. What is a reasonable footprint of an android application (static footprint)...and what is the maximum

[android-developers] Re: Application (.apk) Size

2009-06-19 Thread Fred Grott(shareme)
. :=) I could imagine creating an app of 50MBytes. 2MBytes worth of code and 48MBytes worth of resources (images/assets/etc.). And if these resources are not loaded all at once, it should work. Of course, who would download such a big app to his/her phone..? On Jun 19, 1:47 pm, Fred Grott(shareme

[android-developers] Re: Best way : Inflate xml or create view

2009-06-12 Thread Fred Grott(shareme)
Hello Tom, In J2ME systems inflating from xml as far as UI parts always impacted performance positively On Android it is the same way as long as you are using merge and stub to only supply stuff when needed. Fred Grott Mobilebyes: http://mobilebytes.wordpress.com On Jun 12, 11:04 am, Tom

[android-developers] Re: Internal JVM memory questions

2009-06-02 Thread Fred Grott(shareme)
A question any word on if the conversion tool in sdk 1.5 for use in the Eclipse MAT via heap dumps wiil be able to read the process stuff in sdk 2.0. I have only played with heap dumps in sdk 1.1. not sdk 1.5 as of yet but read that in sdk 1.5 the process stuff in heap dumps is not converted for

[android-developers] AndCooper Build Tool Release

2009-06-01 Thread Fred Grott(shareme)
I should be releasing a 0.1 version of the AndCooper ANT based Build tool tonight or on Tuesday. Features: -can set as incremental builder with most modern IDEs -auto runs code testing as part of compile target -support for webview by testing js using jlint and js javadocs generation -auto

[android-developers] Re: Debugger Log information on device

2009-05-05 Thread Fred Grott(shareme)
are you referring to the log in the traces file? On May 5, 4:18 am, Dilli dilliraomca...@gmail.com wrote: Hi all I am developing an application using media player I want to print total log to printed ( with the logs in the source code of android - media player) ie. the android(os) source

[android-developers] Re: Android 1.5 SDK now available

2009-04-28 Thread Fred Grott(shareme)
Xavier On the eclipse plugin, ADT 0.9 I am still getting a build path hiccup at project setup errors show up as: [2009-04-28 10:43:43 - DummyAndroid] no classfiles specified [2009-04-28 10:43:43 - DummyAndroid] Conversion to Dalvik format failed with error 1 once I go to build path and

[android-developers] apk-builder sdk 1.5

2009-04-25 Thread Fred Grott(shareme)
I know that some new commands may have been added to apk-builder but are the command line ones we used before still valid? For example, can I still denote the junit path usign the same command line sequence? Thanks --~--~-~--~~~---~--~~ You received this message

[android-developers] ANT Build files sdk 1.5 and beyond

2009-04-24 Thread Fred Grott(shareme)
Good morning, I am in the process of writing some new build files for Android Sdk 1.5 and beyond. My question is every tool-IDE plugin the same in that they do not contribute the ANT task libs to the IDE ant editor and thus have to manually set the paths in each IDE? At them moment i know ADT

[android-developers] Re: Forecast widget for Android 1.5 (with source!)

2009-04-24 Thread Fred Grott(shareme)
Jeff great work.. Would you consider reposting the details at andmob wiki..andmob.wikidot.com? Some of us got together to get an Android community wiki effort going.. Mark Murphy handles the administrative stuff.. My ANT build scripts tutorial will be going up at there over the weekend. Once

[android-developers] Re: “The application xxxxxxxx (process xxxxxx) has stopped unexpectedly. Please try again .”

2009-04-23 Thread Fred Grott(shareme)
Best bet is to post a log and than we can help you narrow it down On Apr 22, 7:03 pm, Kenn Min Chong kmch...@gomez.com wrote: Hi there!      For some reason I can't explain, when my app runs, I will on occasion get the following error message: “The application (process xx) has

[android-developers] Re: Does Android cupcake support Widget run enviroment like WRT (WebRunTime)of Symbian?

2009-04-22 Thread Fred Grott(shareme)
He means the w3c Wrt spec web widgets And per the Android Engineers that the changes needed to be made to WebView and etc to make that happen are into the future not now.. However, in SDK 1.5 there are some web changes that are interesting. No longer need to do too much html/xml processing to

[android-developers] Re: can replace default dialer?

2009-04-10 Thread Fred Grott(shareme)
, 2009 at 9:03 AM, Fred Grott(shareme) fred.gr...@gmail.comwrote: I want to verify something.. I already did some app tests but I am coming to the conclusion that I can nnto as non root replace the default dialer like one might replace the HomeScreen. is this assumption correct

[android-developers] can replace default dialer?

2009-04-09 Thread Fred Grott(shareme)
I want to verify something.. I already did some app tests but I am coming to the conclusion that I can nnto as non root replace the default dialer like one might replace the HomeScreen. is this assumption correct? --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Creating a private jar

2009-04-03 Thread Fred Grott(shareme)
Yes there is another way.. I must preface this this does not work for all resources.. However, if you are only dealign with layout prameters about 75% fo those XML attributes have the corresponding accessible setters and getters.. That means if you rewrite the widgets to use setters and

[android-developers] Re: How to run apk file on SDcard?

2009-04-01 Thread Fred Grott(shareme)
not possible Stephen Le wrote: Hi all, How to run one or more apk programmess base on Emulator's SDcard? Thanks! -- Sincerely! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: looking for developer to write an image application

2009-04-01 Thread Fred Grott(shareme)
You will not find anyone at that price hence the revenue share proposal On Mar 29, 4:36 pm, androidinsider eldev...@gmail.com wrote: Eldev LLC is looking for android developer familiar with google image search API to write a new application. This is a contract job with a budget of $3000.

[android-developers] Re: looking for developer to write an image application

2009-03-26 Thread Fred Grott(shareme)
The ideal way is to use the new appwidget api and write it as a combination search and flick appwidget frame running in HomeScreen On Mar 6, 2:10 am, androidinsider eldev...@gmail.com wrote: Eldev LLC is looking for android developer familiar with flickr / google image search API to write a

[android-developers] R.id.icon missing?

2009-03-17 Thread Fred Grott(shareme)
I have a problem.. Frist my envir0onment: -Ubuntu 8.10 -Eclipse 3.4.2/ADt 0.8 android SDk 1.1.r1 R.id.icon reference i snto showing upo.. my R java file shows: public static final class id { public static final int all_apps=0x7f050006; public static final int

[android-developers] Re: R.id.icon missing?

2009-03-17 Thread Fred Grott(shareme)
never mind, needed to add android. prefix On Mar 17, 8:23 am, Fred Grott(shareme) fred.gr...@gmail.com wrote: I have a problem.. Frist my envir0onment: -Ubuntu 8.10 -Eclipse 3.4.2/ADt 0.8 android SDk 1.1.r1 R.id.icon reference i snto showing upo.. my R java file shows:  public static

[android-developers] Re: build android error with eclipse

2009-02-25 Thread Fred Grott(shareme)
you do not have the Eclipse ADT plugin set to your sdk folder.. On Feb 24, 11:53 pm, royzha...@gmail.com royzha...@gmail.com wrote: Hi,    build android error with eclipse, can u help me? THX Description     Resource        Path    Location        Type Project 'android' is missing

[android-developers] Re: Solved: WebView: Passing JSON from Java to JavaScript

2009-02-25 Thread Fred Grott(shareme)
Thanks Miguel that is a handy trick On Feb 25, 1:22 am, Miguel Paraz mpa...@gmail.com wrote: I got the solution by chance. If you make the Javascript VM create a new string, by appending a blank string, then this can now be parsed as JSON. I don't know why. On Feb 25, 12:33 pm, Miguel Paraz

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Fred Grott(shareme)
Plus you have cross scripting accross domains can of worms as well.. Its one reason why even if I am embedding most of my app in web code via webview I am still using native side to do the app password and OAUTH permissions at start up to void such can of worms On Feb 24, 12:07 pm, Dianne

[android-developers] Re: WebView for Form based Local AJAX application

2009-02-20 Thread Fred Grott(shareme)
see CNET CiUI clientcide.com its already done just use it On Feb 18, 7:06 pm, Miguel Paraz mpa...@gmail.com wrote: Hi, I'm thinking of using WebView as a container for Form based JavaScript+DHTML applications. This is simple fill-out-forms like you have on the web, but now on mobile - like

[android-developers] Re: How to prevent the default Web Page Not Available screen to show on Webview if my website is down?

2009-02-20 Thread Fred Grott(shareme)
Okay lets see its WebVIewClient public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) { Toast.makeText(myApp, Oh no! Load Error + description, Toast.LENGTH_SHORT).show(); } You need to

[android-developers] Re: Is there any window registry like functionality in android

2009-02-20 Thread Fred Grott(shareme)
Hello Peter, No, you will have to check by existence of class to check which touch is supported I would say start with the TouchEvents On Feb 20, 3:50 am, Peter saurabh.s...@gmail.com wrote: I want applications to check whether hardware supports touch, single touch or multitouch. Based on

[android-developers] question about WebView and MapView

2009-02-18 Thread Fred Grott(shareme)
Basically I am switching my web coded menu to something native so I have top 1/4th as native menu and rest as webview and than a menu button switching to MapActivity to display the MapView. It is my understanding to get it to switch right as far as layout I would set up a MapView.xml layout file

[android-developers] Re: Scrollview scrolling

2009-02-17 Thread Fred Grott(shareme)
That is a nice trick putting webview in scrollview you should probably put up a wiki article up somewhere when you have time about it.. On Feb 17, 8:01 am, sagar.indianic sagar.india...@gmail.com wrote: Hello... I have a webview in a scrollview... webview displays my text.. I have a

[android-developers] Re: Question on WebView

2009-02-16 Thread Fred Grott(shareme)
WebChromeCliennt not WebClient than its accessible to javascript :) On Feb 16, 3:11 am, for android forandr...@gmail.com wrote: Found the solution . Extended the WebClient and set the webview to the client. and implemented the WebClient's onPageFinished. On Mon, Feb 16, 2009 at 12:53 PM,

[android-developers] Re: Question on WebView

2009-02-16 Thread Fred Grott(shareme)
to onPageFinished. On Mon, Feb 16, 2009 at 5:26 PM, Fred Grott(shareme) fred.gr...@gmail.comwrote: WebChromeCliennt not WebClient than its accessible to javascript :) On Feb 16, 3:11 am, for android forandr...@gmail.com wrote: Found the solution . Extended the WebClient and set the webview

[android-developers] Re: Question on WebView

2009-02-16 Thread Fred Grott(shareme)
. On Mon, Feb 16, 2009 at 5:26 PM, Fred Grott(shareme) fred.gr...@gmail.comwrote: WebChromeCliennt not WebClient than its accessible to javascript :) On Feb 16, 3:11 am, for android forandr...@gmail.com wrote: Found the solution . Extended the WebClient and set the webview to the client

[android-developers] Re: Technical Editor for Android Book

2009-02-16 Thread Fred Grott(shareme)
Frank, to help you get more helpful responses if someone had the time to devote to this how soon would that payment be after project completion? On Feb 16, 3:56 pm, Frank Ableson frank.able...@gmail.com wrote: If you have an interest in reviewing an upcoming Android development book, we are

[android-developers] Re: Determine scroll status of WebView?

2009-02-16 Thread Fred Grott(shareme)
Not that I know of On Feb 16, 3:42 pm, Marc gram...@gmail.com wrote: Is there any way to be notified as the content of a WebView is scrolled?   I can't see any functionality similar to that for ListView. TIA. Marc --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Question on WebView

2009-02-16 Thread Fred Grott(shareme)
suggest me, how to show the previous page. Thanks, Manoj. On Feb 16, 5:13 pm, Fred Grott(shareme) fred.gr...@gmail.com wrote: Sorry your are right WEbClient for that On Feb 16, 6:08 am, for android forandr...@gmail.com wrote: I am confused now since there is no documentation

[android-developers] Re: Determine scroll status of WebView?

2009-02-16 Thread Fred Grott(shareme)
That means you will have to use a javscript technique to do it.. Are you using anything like mootools, yui, or etc? On Feb 16, 6:19 pm, Marc gram...@gmail.com wrote: That's a shame... :-( Marc p.s. Thanks! On Feb 16, 2:35 pm, Fred Grott(shareme) fred.gr...@gmail.com wrote

[android-developers] Re: Android 1.1_r1 SDK released and developer.android.com launched

2009-02-16 Thread Fred Grott(shareme)
Yes, will a javadoc with this sdk version be supplied? I put off making the swtich because I did not want to loose code autocomplete just yet.. Once again thanks to the Google an OHA Engineers in pushing this out On Feb 15, 4:53 am, nuno nba...@gmail.com wrote: Is anyone looking into the

[android-developers] Re: Has anyone succeeded in displaying non latin-1 characters in Webview after RC33?

2009-02-14 Thread Fred Grott(shareme)
Kolby, Someone just updated javadocs for webview and etc in source..its in code review.. I found a lot of more answers ot webview question i had..hold on link is http://review.source.android.com/Gerrit#patch,sidebyside,8267,1,core/java/android/webkit/WebView.java On Feb 14, 7:55 am, kolby

[android-developers] Re: Browser Application: loading asset html files

2009-02-13 Thread Fred Grott(shareme)
Komar there i s a tutorial on webview I believe at anddv.org If you still need poitners..speak up as there are a few of us webview adventuers around On Feb 13, 3:54 pm, Kumaravel Kandasami kumaravel.kandas...@gmail.com wrote:  I have html/css/js files in my asset directory. In the MAIN

[android-developers] Re: Webview increasing MAXFILESIZE

2009-02-11 Thread Fred Grott(shareme)
This page: http://code.google.com/android/reference/android/content/ContentResolver.html On Feb 11, 3:16 am, Amilask amil...@gmail.com wrote: Hi all, I am new to android platform. I need to increase the max file size (8096) in webview. In a thread I  saw that if i need to increase that

[android-developers] WebView-Security/Privacy

2009-02-07 Thread Fred Grott(shareme)
For those developing webview apps.. Recommended Security and Privacy Settings: webVew websettings: savePassword false save form data false Save username password pair allowing multiuser using SQlite set an app username password pair to ask on app start up. This avoids the concerns complained

[android-developers] Re: SharedPreferences - is it secure?

2009-02-07 Thread Fred Grott(shareme)
SQLite stores user data by the app package name. if you did a db scehma that allowed for more than one user than it would be a safe way to go assuming that your popular app is borrowed along with device among friends.. On Feb 7, 8:31 am, Teo teomina...@gmail.com wrote: Hi, i'm implementing

[android-developers] Re: WebView responding to touch events

2009-02-06 Thread Fred Grott(shareme)
I have been looking for this information can you detail if it occurs both in emulator and/or device? On Feb 5, 9:46 am, Mark Nuetzmann mark.nuetzm...@gmail.com wrote: I just tried adding an OnTouchListener to the webview and I get ALL the touch events.  However, the links in the webview to

[android-developers] Re: WebView starts with a delay

2009-02-06 Thread Fred Grott(shareme)
The delay is it is processing these items in your head..loading javascript, css and etc. The way I handled it was setting background color to zero for transparency and using style to load a application logo image that user sees while stuff loads. You will not be able to speed it up however.

[android-developers] Re: Cant go back to previous page from webview page.

2009-02-03 Thread Fred Grott(shareme)
In your webview settings code what do you have?..ie post it so we can take a look On Feb 2, 5:24 pm, Komal komal...@gmail.com wrote: Hi, I am developing simple RSS Reader kind of application.In my applicaion i cant go back from Webview page to  previous page.i can go back from all pages

[android-developers] Re: eclipse in ubantu

2009-02-03 Thread Fred Grott(shareme)
Vidya I run Ubuntu 8.10 did you find your answer? If not let me know I can step you through it.. vidya wrote: unable run or installing a eclipse on ubantu. Thanks vidya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: i hope to Android dev.

2009-01-31 Thread Fred Grott(shareme)
ahem, use android discuss list please On Jan 30, 8:43 pm, agus tegar agoestafin.gr...@gmail.com wrote: i hope android dev . focus to : Theme Style    = with multi theme ( mac , android, iphon , vista ,win 7 ) , effect animation , google earth , google Drive for android , and Window

[android-developers] Re: Start the browser then go back to my activity

2009-01-30 Thread Fred Grott(shareme)
Correction, while webview itself does nto handle ajax with the right framework it does such as QuickConnect or PhoeneGap. You wil not be able to solve it the way you envisioned.. QuickConnect can be found at Sourceforge.net On Jan 29, 10:25 pm, kevin kevin_x...@yahoo.com wrote: Our

[android-developers] Re: J2ME Sprite equivalent api

2009-01-30 Thread Fred Grott(shareme)
Android java is based on j2se so if you look at j2se game libraries you should be able to find a sprite api to use On Jan 30, 4:25 am, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: Does Android has any equivalent Sprint API of J2ME.. Drawable does not seem to support cliping regions...

[android-developers] Re: webview extracting html

2009-01-30 Thread Fred Grott(shareme)
Hello Dai, welcome to the new hacking trend Hybrid Moble RIAs Yes, any html manipulation you do in other RIAs you can do in webview.. For example that crayon css example where the picture is created with just css can be done in webview and among other examples. I would start exploring html 5

[android-developers] Re: J2ME Sprite equivalent api

2009-01-30 Thread Fred Grott(shareme)
rate, Canvas fully supports arbitrary clipping. On Fri, Jan 30, 2009 at 4:32 PM, Fred Grott(shareme) fred.gr...@gmail.comwrote: Android java is based on j2se so if you look at j2se game libraries you should be able to find a sprite api to use On Jan 30, 4:25 am, Raja Nagendra Kumar

[android-developers] Re: License text to use for display in Android App under ASL 2.0

2009-01-25 Thread Fred Grott(shareme)
A better solution for the end user is to set up some display indicating wher ethe library licenses are to read, for example my Xspot app : http://www.youtube.com/watch?v=wiPDOrkPCxQ ...it displays the name of libraries used and than points users to wards the license for that library On Jan

[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-25 Thread Fred Grott(shareme)
remained orange. In Safari, it remained blue. Mark, not sure what this means for us. Maybe you can hack the OS and set this value to transparent? C'mon, you can do magic, right? :-) On Jan 23, 2:07 am, Mark Murphy mmur...@commonsware.com wrote: Fred Grott(shareme) wrote: Found

[android-developers] Re: getting bitmap from webview

2009-01-25 Thread Fred Grott(shareme)
Look at what object is returned in this case its a canvas object called Picture which means to convert you needed to stream it.. you might also need setPictureListener On Jan 25, 10:12 am, Bob bshumsk...@yahoo.com wrote: Hi, How do I get a bitmap of a webview?  I think I can use the

[android-developers] Re: What JavaScript events are available to WebKit on Android?

2009-01-24 Thread Fred Grott(shareme)
I think that you did not get mouseover, mouseout to work Android does not have a TouchEvents DOM APi on top of webkit like iPhone does so events are limited.. There is not a list yet..if you want can you start a Google Knol article that every developer can edit and thus then some of us with

[android-developers] Re: Future of Android

2009-01-24 Thread Fred Grott(shareme)
Given the hard by everyone form app developers, to users, to android framework contributors everywhere I think i can state this you post belongs somewhere else.. On Jan 23, 3:58 pm, derekca derek.cas...@gmail.com wrote: Hi,   I know you all are swamped, probably overloaded with requests,

  1   2   >