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.
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 6 years ago.
Improve this question
I asked this question in Android Enthusiasts but I don't know if that is the correct place to ask. I'm looking to build a simple application that I'd like to post to Play Store.
However, my programming knowledge is limited to VB6, VB.net, VBA - primarily VB6. After doing some brief research it looks like I might not be able to build it in VB, but would C# work? Any advice?
Start with learning Java first since all Android applications are Java based. After that, you can start learning to create applications on Android Studio.
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 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.
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 11 years ago.
Improve this question
Hi guys I am Android Application Developer and I am doing good in application development. Now I want to study about Android Hardware i.e all beneath Android OS.I tried to find some material on this but its hard for me.
Kindly refer me some good resource/BOOK.
Regards
Android runs on a variety of hardware. I don't think you can find a book describing Android hardware.
You can examine open source hardware projects that run Android like Beagleboard
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'm interested in the android app store concept.
I'm just wondering if there is any open source project going on to develop a customizable android app store (like android market).
It might be interesting to be able to set up your own app store.
Thanks a lot.
Are you looking to build a public or private app store ?
If it's private, there is a solution called Appaloosa: Appaloosa web site.
It's working on android and ios, but it's not OSS.