Re: [android-developers] Re: Where the Database Exists?....

2009-12-01 Thread Moon Technolabs
Run your application then
Windows  Open Perspective  DDMS

Then follow sathya

On Tue, Dec 1, 2009 at 12:57 PM, Sasikumar.S sasikumar.it1...@gmail.comwrote:


 Hi,

 I'm new to android.
 can u pls tell breifly.

 I can't understand where the db exists?


 On Tue, Dec 1, 2009 at 12:36 PM, sathya subbiah 
 sathya.subbia...@gmail.com wrote:

 HI Nithin,

 The data base folder exists in data - data - package_name - databases.
 To check the file locally while running the application, copy the file to
 you local filesystem and use sqlite commands in command window to check teh
 contents.



 On Tue, Dec 1, 2009 at 1:57 AM, Sasikumar.S 
 sasikumar.it1...@gmail.comwrote:

 Hi nithin,

 can u pls tell...
 Where the data folder exists?...


 On Tue, Dec 1, 2009 at 12:21 PM, Nithin nithin.war...@gmail.com wrote:

 Hi,

 Sqlite database is stored in data-data-package name-databases

 Thanks

 On Dec 1, 11:16 am, Sasikumar.S sasikumar.it1...@gmail.com wrote:
  Hi,
 
  When we are creating a databse in android through sqlite.
  where it is saving.
  How can we find the database file?...
 
  any one know about these?...
 
  Thanks in advance...
 
  --
  Thanks  Regards
  Sasikumar.S

 --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
  Thanks  Regards
 Sasikumar.S

 --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 Thanks  Regards
 Sasikumar.S

 --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to Load Asset PDF in Browser or Webview ?

2009-11-20 Thread Moon Technolabs
What is the way for it ? If I wants to do so.. rather than by Application
!!!

On Fri, Nov 20, 2009 at 6:59 PM, Mark Murphy mmur...@commonsware.comwrote:

 moontech wrote:
  Is there any inbuilt function to load PDF file from Local Asset in
  Browser or Webview..

 No.

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://twitter.com/commonsguy

 _Android Programming Tutorials_ Version 1.0 Available!

 --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to Load Asset PDF in Browser or Webview ?

2009-11-20 Thread Moon Technolabs
I got this code.. n tried but I cant..
http://code.google.com/p/apdfviewer

can anybody help ? As per Screen Shot it might work.. How I can use this for
loading my Local PDF file ??

On Fri, Nov 20, 2009 at 7:21 PM, Mark Murphy mmur...@commonsware.comwrote:

 Moon Technolabs wrote:
  What is the way for it ? If I wants to do so.. rather than by
  Application !!!

 Android does not have a PDF viewer built into the operating system.

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://twitter.com/commonsguy

 Warescription: Three Android Books, Plus Updates, $35/Year

 --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How to Load PDF to Browser?

2009-11-20 Thread Moon Technolabs
Before installing the project http://code.google.com/p/apdfviewer/
I was unable to open PDF url like www.janeg.ca/JQREF.pdf n it was giving me
File Type not supported error...

After installing the same project now I can use that PDF url in my browser n
file downloading is working.. But there is one more problem after completing
download file is not loading.. It means supporting PDF to browser is done
now I'll have to load that...

Can any body help me??

The project that I used for that is http://code.google.com/p/apdfviewer/

On Sat, Nov 21, 2009 at 2:30 AM, PJ pjbar...@gmail.com wrote:

 Like Mark said, Android doesn't come with PDF functionality built-in.
 So, your best bet is to find some Java library that provides PDF
 reading capabilities and include it with your application.  Maybe
 something like: http://www.jpedal.org/

 -- PJ



 On Nov 20, 12:58 am, Moon Technolabs moonsoftwaret...@gmail.com
 wrote:
  Thanks 4 reply !
 
  @ PJ :
 
  I want to load my own PDF file from Asset folder.. I know that there are
  application for that which loads PDF... n they also have use some methods
  for that..
 
  I want to create my own PDF reader..
 
 
 
  On Fri, Nov 20, 2009 at 1:16 AM, PJ pjbar...@gmail.com wrote:
   There are PDF Reader applications on the Market.
 
   But... what are you trying to accomplish?
 
   -- PJ
 
   On Nov 19, 9:32 am, Mark Murphy mmur...@commonsware.com wrote:
xu haojie wrote:
 As I know, there isn't one function now, which can show PDF or DOC.
 
 On Nov 18, 4:28 pm, Moon Technolabs moonsoftwaret...@gmail.com
 wrote:
 Is there any inbuilt function to load PDF or DOC file..
 Tried using Webview but content was not displayed...
 
Some devices may ship with PDF or Microsoft Office document
viewers/editors, but Android as a whole does not.
 
--
Mark Murphy (a Commons Guy)http://commonsware.com|
  http://twitter.com/commonsguy
 
_The Busy Coder's Guide to *Advanced* Android Development_
Version 1.2 Available!
 
   --
   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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 android-developers%2bunsubs­cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en- Hide quoted
 text -
 
  - Show quoted text -

 --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: How to Load PDF to Browser?

2009-11-19 Thread Moon Technolabs
Thanks 4 reply !

@ PJ :

I want to load my own PDF file from Asset folder.. I know that there are
application for that which loads PDF... n they also have use some methods
for that..

I want to create my own PDF reader..


On Fri, Nov 20, 2009 at 1:16 AM, PJ pjbar...@gmail.com wrote:

 There are PDF Reader applications on the Market.

 But... what are you trying to accomplish?

 -- PJ


 On Nov 19, 9:32 am, Mark Murphy mmur...@commonsware.com wrote:
  xu haojie wrote:
   As I know, there isn't one function now, which can show PDF or DOC.
 
   On Nov 18, 4:28 pm, Moon Technolabs moonsoftwaret...@gmail.com
   wrote:
   Is there any inbuilt function to load PDF or DOC file..
   Tried using Webview but content was not displayed...
 
  Some devices may ship with PDF or Microsoft Office document
  viewers/editors, but Android as a whole does not.
 
  --
  Mark Murphy (a Commons Guy)http://commonsware.com|
 http://twitter.com/commonsguy
 
  _The Busy Coder's Guide to *Advanced* Android Development_
  Version 1.2 Available!

 --
 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...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to Load PDF to Browser?

2009-11-18 Thread Moon Technolabs
Is there any inbuilt function to load PDF or DOC file..
Tried using Webview but content was not displayed...

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Install command to install apk in System/app

2009-11-17 Thread Moon Technolabs
Needs :
1. Created AVD

Process :
1. cmd
2. Go to SDK/Tools Directory
3. emulator -avd avd name
Will start in few seconds

4. Open 2nd instance of cmd
5. copy ur signed .apk file to SDK/Tools directory
6. adb install Application with .apk

Its Done

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to Search within HTML loaded from local asset?

2009-11-16 Thread Moon Technolabs
I've loaded my local HTML asset file in to webview. How I can implement
search content within that HTML ? Is there any API for that?? Describe in
Details.

Thanks.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en