Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I need to add/remove bookmarks/annotation to a pdf on an Android App. Is there a third party library for that? From what I've found iText but it isn't ported to Android and none of the open source pdf viewers have this feature.
Thanks in advance!
You might find this answer helpful:
How to create PDFs in an Android app?
Apparently you should still be able to use iText for your needs.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to make an receipt in pdf file, like the below image, in android programmatically? The following is an example of a printed receipt, please help.
You can try to use itext.
http://sourceforge.net/projects/itext/
You can find a good eBook in itext library here:
https://www.manning.com/books/itext-in-action-second-edition and if you want free books, take a look at The Best iText Questions on StackOverflow and ZUGFeRD: The Future of Invoicing (the ZUGFeRD book explains how to create invoices, which is very similar to creating receipts).
And a good tutorial (vogella) can be found here:
http://www.vogella.com/tutorials/JavaPDF/article.html
Alternatively, you can try APW Library
http://sourceforge.net/projects/apwlibrary/
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Hi i want to downloads android 4.0 kernel source code. And I want to change it according to my device.
From where i can downloads it?
Please let me know the steps to do it.
Take a look at http://source.android.com/source/downloading.html, everything should be there. Even step-by-step instructions how to install the repository.
Good luck!
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there any web application that you know of where I can browse the android library source code? I'd also be interested in downloading a version of that alone(and not the whole version).
You can browse the sourcecode on grepcode - http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android
The android sdk also has the option of downloading the sources for ICS forward.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I make a very little framework for Android and iOS.
Its for adding Custom Fonts to the project in iOS it return it like UIImage and in Android like Bitmap.
You could do your fonts with programs like Glyph Designer.
I want to make it as an open Source code. But where could I publish it and give feedback and updates?
Thanks :D
Your best bet is probably github. It's free for Open Source projects.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Can I get the complete source code of android market app, as it is an open source product...
please any one send me some links to download.
Android is open source, but the Android Market App is not.
try code.google.com/p/dex2jar/ and code.google.com/p/apktool