Re: [android-developers] PDF files search utility

2014-01-21 Thread Jadranko Bodiroga
Try in Csharp to find some code to do it..example:

PdfDocument doc = new PdfDocument("file.pdf");string textToSearch =
"some text";for (int i = 0; i < doc.Pages.Count; i++){
string pageText = doc.Pages[i].GetText();
int count = 0;
int lastStartIndex = pageText.IndexOf(textToSearch, 0,
StringComparison.CurrentCultureIgnoreCase);
while (lastStartIndex != -1)
{
count++;
lastStartIndex = pageText.IndexOf(textToSearch, lastStartIndex
+ 1, StringComparison.CurrentCultureIgnoreCase);
}

if (count != 0)
Console.WriteLine("Page {0}: '{1}' found {2} times", i,
textToSearch, count);}



On Tue, Jan 21, 2014 at 12:49 PM, Jadranko Bodiroga <
jadrankobodiroga1...@gmail.com> wrote:

> you can find on internet lot of tools for smart search in windows with
> previews...most of them are free...but if you want to pay,i am intrerested
> to create some software :)
>
>
> On Mon, Jan 20, 2014 at 6:15 PM, olegkon  wrote:
>
>> Hi,
>>
>> I am an IT, have 1000s of books (most in PDF) on my Android 4 tablet.
>> I often need info inside these books, search inside them (without opening
>> them),
>> sometimes advance search (like term1 & term2 on one page).
>>
>> It would be better if I can see some preview of results (with a few lines
>> to get a context).
>>
>> Is there any such utility on Android?
>> (or on Windows ?  I use regular "search in files" in TextPad,
>> but it often misses to search binaries like PDFs)
>>
>>
>> Better free, but if it satisfy my need, will pay a bit too.  :-)
>>
>>
>> TIA,
>> Oleg.
>>
>>
>> --
>> 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
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-developers+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] PDF files search utility

2014-01-21 Thread Jadranko Bodiroga
you can find on internet lot of tools for smart search in windows with
previews...most of them are free...but if you want to pay,i am intrerested
to create some software :)


On Mon, Jan 20, 2014 at 6:15 PM, olegkon  wrote:

> Hi,
>
> I am an IT, have 1000s of books (most in PDF) on my Android 4 tablet.
> I often need info inside these books, search inside them (without opening
> them),
> sometimes advance search (like term1 & term2 on one page).
>
> It would be better if I can see some preview of results (with a few lines
> to get a context).
>
> Is there any such utility on Android?
> (or on Windows ?  I use regular "search in files" in TextPad,
> but it often misses to search binaries like PDFs)
>
>
> Better free, but if it satisfy my need, will pay a bit too.  :-)
>
>
> TIA,
> Oleg.
>
>
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [android-developers] Pdf reader

2012-11-22 Thread android groups
Yes,
I am designing one android application in that application using one pdf
file reading so please guide me how to read pdf file from raw
folder..

and i know how to read pdf file from server



On Wed, Nov 14, 2012 at 1:18 PM, TreKing  wrote:

> On Tue, Nov 13, 2012 at 11:50 PM, srikanth <
> srikanthandroidgro...@gmail.com> wrote:
>
>> I need code for android pdf reader static and dynamically.
>
>
> So write some. What's the problem?
>
> If you want a better answer, you have to ask a better question.
> Read this and try again: http://www.catb.org/esr/faqs/smart-questions.html
> And try explaining what is "static" and "dynamically", for example.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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
>



-- 
Thanks & Regards,
Srikanth

-- 
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] Pdf reader

2012-11-13 Thread TreKing
On Tue, Nov 13, 2012 at 11:50 PM, srikanth
wrote:

> I need code for android pdf reader static and dynamically.


So write some. What's the problem?

If you want a better answer, you have to ask a better question.
Read this and try again: http://www.catb.org/esr/faqs/smart-questions.html
And try explaining what is "static" and "dynamically", for example.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] PDF help?

2012-09-17 Thread TreKing
On Sun, Sep 16, 2012 at 9:50 AM, Arathon  wrote:

> How can i save this as a PDF?


Find a library that saves text to PDF, then use it.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] PDF VIEWER

2012-08-27 Thread Parthi K
neoandroidtech.blogspots.com  you will get code here...

On Tue, Aug 28, 2012 at 12:22 AM, Justin Anderson wrote:

> Write your own PDF reader...  Have fun with that.
>
> Thanks,
> Justin Anderson
> MagouyaWare Developer
> http://sites.google.com/site/magouyaware
>
>
>
> On Fri, Aug 24, 2012 at 8:06 AM, Bala Kumar wrote:
>
>> I'm developing an application (Magazine Application only with PDF file)
>> in which PDF viewer functionality need to be integrate.
>>
>> PDF file has the following data.
>> Text (Description).
>> Images (high resolution)
>> Internal links (to navigate from one page to other)
>> External links (need to open on browser)
>> Following features need to be implement.
>>
>> PDF page thumbnails (to jump from one page to other on selection of page
>> thumbnails)
>> Zoom (pinch and on double tap).
>> On my search regarding the PDF reader on android I came to know that
>> android does not provide inbuilt library to handle PDF. And I found many
>> third party API, apks, and even code (muPDF) which is not fulfill my
>> requirement.
>>
>> Then how to achieve the same without third-party application and without
>> GNU based licensed library. Please I need you kind suggestion on this.
>>
>> --
>> 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
>>
>
>  --
> 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
>

-- 
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] PDF VIEWER

2012-08-27 Thread Justin Anderson
Write your own PDF reader...  Have fun with that.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, Aug 24, 2012 at 8:06 AM, Bala Kumar  wrote:

> I'm developing an application (Magazine Application only with PDF file) in
> which PDF viewer functionality need to be integrate.
>
> PDF file has the following data.
> Text (Description).
> Images (high resolution)
> Internal links (to navigate from one page to other)
> External links (need to open on browser)
> Following features need to be implement.
>
> PDF page thumbnails (to jump from one page to other on selection of page
> thumbnails)
> Zoom (pinch and on double tap).
> On my search regarding the PDF reader on android I came to know that
> android does not provide inbuilt library to handle PDF. And I found many
> third party API, apks, and even code (muPDF) which is not fulfill my
> requirement.
>
> Then how to achieve the same without third-party application and without
> GNU based licensed library. Please I need you kind suggestion on this.
>
> --
> 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
>

-- 
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] PDF - Android Developer Guide

2012-07-31 Thread TreKing
On Sun, Jul 29, 2012 at 8:20 PM, Decibel  wrote:

> Is the Android Developer Guide available in *PDF* format?
>

I don't think so.


> This guide: (http://developer.android.com/guide/)
> If not, I think it would be beneficial to create one.
>
A paper copy would make learning easier as you are not restricted to
> reading just on the computer.
>

A paper copy would be outdated by the time it was finished printing.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] PDF on android: request for comments

2012-02-17 Thread lbendlin
Would you care to name a device without external storage? I have yet to 
come across one. I know a few that have more than one external storage but 
that's an entirely different story.

-- 
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] PDF on android: request for comments

2012-02-17 Thread John Goche
On Fri, Feb 17, 2012 at 9:51 PM, Mark Murphy  wrote:
> On Fri, Feb 17, 2012 at 3:45 PM, John Goche  
> wrote:
>> I've found the following code which would allow the user to select an
>> email client from a list fired as an intent. The email client on the phone
>> would have the pdf as an attachment. Here the pdf is called shortcuts.pdf.
>> However I don't know how to save it so that it becomes accessible as
>> R.raw.shortcuts . How is this magic achieved? What is R.raw?
>
> R.raw refers to raw resources, stored in res/raw/ in your project (or
> other resource sets, such as res/raw-es/ for Spanish-language raw
> resources).
>
>> Does it reside on external storage?
>
> No.
>
>> Do I really need to use "content://" and a content provider or can I do
>> away with using "android:resource://" as below?
>
> Only if your PDF is a raw resource.

OK. Well I guess since the PDF is being generated dynamically it does
not qualify as a raw resource. I probably don't mind storing the generated
PDF on internal storage and making it world readable as there is not much
other apps can do with it. This seems like the simplest solution as not all
devices possess external storage. I don't see how writing a content provider
would release me from any burden. After all, even if I make the content only
available to email clients I don't gain much (wouldn't that be the extra purpose
of having the content provider?). Plus, how does android know whether an
application is an email client with access to the content provider's content
or not?

Thanks,

JG

-- 
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] PDF on android: request for comments

2012-02-17 Thread Mark Murphy
On Fri, Feb 17, 2012 at 3:45 PM, John Goche  wrote:
> I've found the following code which would allow the user to select an
> email client from a list fired as an intent. The email client on the phone
> would have the pdf as an attachment. Here the pdf is called shortcuts.pdf.
> However I don't know how to save it so that it becomes accessible as
> R.raw.shortcuts . How is this magic achieved? What is R.raw?

R.raw refers to raw resources, stored in res/raw/ in your project (or
other resource sets, such as res/raw-es/ for Spanish-language raw
resources).

> Does it reside on external storage?

No.

> Do I really need to use "content://" and a content provider or can I do
> away with using "android:resource://" as below?

Only if your PDF is a raw resource.

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

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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] PDF on android: request for comments

2012-02-17 Thread John Goche
On Fri, Feb 17, 2012 at 6:38 PM, Mark Murphy  wrote:

> You can specify the path to a PDF as an extra, or as the Uri
> associated with the Intent. You need to follow the rules for whatever
> it is that you are trying to do (e.g., ACTION_SEND would use
> EXTRA_STREAM).
>
> Note that paths to files on internal storage are frequently useless,
> as other apps cannot access those files by default. You would either
> need to use MODE_WORLD_READABLE (ick) or create a small
> ContentProvider for serving that file and making it available to other
> apps via a content:// Uri.

I've found the following code which would allow the user to select an
email client from a list fired as an intent. The email client on the phone
would have the pdf as an attachment. Here the pdf is called shortcuts.pdf.
However I don't know how to save it so that it becomes accessible as
R.raw.shortcuts . How is this magic achieved? What is R.raw? Does it
reside on external storage?

Do I really need to use "content://" and a content provider or can I do
away with using "android:resource://" as below? What's the difference?

Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
emailIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL,
 new String[]{"emailaddress"});
emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Subject");
emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, "Body");

String rawFolderPath = "android.resource://" + getPackageName()
   + "/" + R.raw.shortcuts;

// Here my file name is shortcuts.pdf which i have stored in /res/raw folder
Uri emailUri = Uri.parse(rawFolderPath );
emailIntent.putExtra(Intent.EXTRA_STREAM, emailUri);
emailIntent.setType("application/pdf");
startActivity(Intent.createChooser(emailIntent, "Send mail..."));


Thanks,

JG

-- 
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] PDF on android: request for comments

2012-02-17 Thread Mark Murphy
On Fri, Feb 17, 2012 at 12:33 PM, John Goche  wrote:
> I wonder if anyone knows what the differences are between the old
> version and the new version.

That would be a fine question for some iText-specific list or group.

> Also, where do I save the PDF?

On internal storage or external storage.

> I would like to fire a browser intent which
> attaches the generated PDF file as an attachment.

Browsers don't have attachments. Email messages might have attachments.

> Where on the file system can I save the generated PDF

On internal storage or external storage.

> and can
> I specify the PDF as an intent bundle extra?

You can specify the path to a PDF as an extra, or as the Uri
associated with the Intent. You need to follow the rules for whatever
it is that you are trying to do (e.g., ACTION_SEND would use
EXTRA_STREAM).

Note that paths to files on internal storage are frequently useless,
as other apps cannot access those files by default. You would either
need to use MODE_WORLD_READABLE (ick) or create a small
ContentProvider for serving that file and making it available to other
apps via a content:// Uri.

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

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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] PDF Viewing

2011-09-16 Thread Mark Murphy
startActivity() with an ACTION_VIEW Intent with the application/pdf
MIME type and a Uri pointing to the PDF. Then, pray the user has a PDF
viewer. If they don't, you can either catch the
ActivityNotFoundException, or you can use PackageManager and
queryIntentActivities() to see if the startActivity() will succeed
before trying.

On Fri, Sep 16, 2011 at 5:27 PM, bob  wrote:
> Is there an easy way to display PDFs on Android?
>
> --
> 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
>



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

Android App Developer Books: http://commonsware.com/books

-- 
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] PDF Library

2011-09-12 Thread Matt Powers
Would launching the PDF in a webview meet your requirements

On Sep 10, 2011, at 9:23 AM, Kate Mag  wrote:

> I need help for PDF viewer library for Android.
> I need a library that can do horizontal view, zoom in and out with two
> finger.
> I did take a look at some libraries out there, but good ones are paid.
> I also did take a look at APV PDF Viewer, however it doesn't support
> horizontal view, zoom in and out with two finger. I need a free
> library.
> 
> If you think Android SDK has built-in feature to resemble iPhone.
> Please let me know
> 
> 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

-- 
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] PDF To Text

2011-07-14 Thread Mark Murphy
Step #1: Visit http://market.android.com

Step #2: Search for PDF editor

On Wed, Jul 13, 2011 at 4:36 AM, Mani  wrote:
> Hi,
>
> I want to know that can i open pdf file as a document file? so that i
> can edit the pdf files content. After editing the file i want that doc
> file save in PDF format.
>
> --
> 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
>



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

Android App Developer Books: http://commonsware.com/books

-- 
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] PDF

2011-04-07 Thread Kostya Vasilyev
There are PDF libraries for Android out there, IIRC a couple were hosted 
on Google Code.


-- Kostya

07.04.2011 19:49, Ralph Bergmann пишет:

Hi,


I would like to know is there a way/framework to open/show a PDF in my
own App? Or is the only way to open it with an PDF reader (external app)?


Ralph




--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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] PDF API

2011-01-19 Thread Kostya Vasilyev
You can save it into a file and fire an ACTION_VIEW for it - to launch 
whatever PDF viewer the user has installed on the phone (which can be 
one of several possibilities, or even none at all).


-- Kostya

19.01.2011 15:48, cool.manish пишет:

Hi,

In my application, i am receiving pdf data in byte stream from the
server. Is there any way to display it in the application?




--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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] pdf viewer using android

2010-09-23 Thread TreKing
On Thu, Sep 23, 2010 at 11:10 AM, Peter Teoh wrote:

> but the android phone which i had comes with a default pdf viewer.


Android phones come with a lot of default apps - that doesn't mean
developers shouldn't strive to make better alternatives =)

-
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>

-- 
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] pdf viewer using android

2010-09-23 Thread Peter Teoh
but the android phone which i had comes with a default pdf viewer.
is it not by default provided?

thanks.

On Thu, Sep 23, 2010 at 1:30 PM, Gayan Dhanushka  wrote:
> Hi,
>
>     I’m interested in developing a pdf viewer applications for
> the android platform. Can anyone give me some kind of idea to begin with?
>
> Thank you
>
> --
> 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



-- 
Regards,
Peter Teoh

-- 
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] pdf viewer using android

2010-09-23 Thread TreKing
On Thu, Sep 23, 2010 at 12:30 AM, Gayan Dhanushka wrote:

> Can anyone give me some kind of idea to begin with?


There's no need to double-post. Again, adobe's developer page is probably a
good place to start:
http://www.adobe.com/devnet/reader.html

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] pdf viewer for android platform

2010-09-22 Thread TreKing
On Tue, Sep 21, 2010 at 11:40 PM, Gayan Dhanushka wrote:

> where to start
>

Whenever you want to make an app for some product that's owned by some
company, the first thing to do is see if said company has some kind of
developer center for said product. Lo and behold:

http://www.adobe.com/devnet/reader.html


> and the procedure.
>

Read -> learn -> code -> make it happen.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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