So, there's this game I enjoy known as Sonic Robo Blast 2. I was searching around in its files, and found a program included with the game that lets you get its source code and extract it to a folder. (SRB2Src.exe)
I noticed inside the files it extracted, there was a folder called "Android"! The files inside this folder confirm that it is indeed an Android app's source code!
Is there a Free PDF Viewer that I can use for my Application?
I am looking for a PDF Viewer that can search, highlight text, view the page that user wants, and without altering the contents of the PDF file.
We are developing an Android application in java, using SVN as revision control system.
I want some source files don't be shared. That is, I don't want that every developer has all source files, else it only should have the files he is working in.
I have two android applications with source code. One is a PDF reader and another is an ePUB reader, but I want to merge them into one app so that it will act as a single application and when I will download the epub it should open with epub reader and similarly when I will download the pdf it should open with pdf reader.
Can anyone offer any tips on how to proceed?
I am trying to delve myself into the android source code, and I realized that Android source code do not contain pre-compiled kernels for many devices (such as Samsung toro, etc).
So, I presume that Android download necessary kernels as they are built, but I can't find the code where they actually perform kernel downloads.
I found few relevant files such as "generate-factory-images-package.sh" o
I am debugging an application with target android-17 (min version android-11).
The emulator I use has android 4.0.4, which is android-14 or android-15.
When I trace into android source methods, the debugger takes me to the android-17 source which is not the same as android-14 source code, so I end up following wrong code.
So I'm trying to make myself a little alarm clock app to learn android. Just to do some things that I've always wanted in an alarm clock, and have it be my own.
Hi,
Is there any way to read and process QR codes by manually? I mean that, I want to read QR code from my android software (not from QR code reader software) , then I want to get information behind the QR Code and than I want to connect and fetch some data from a database according to that information.
Want to develop a QR code reader.. which will customized for my application. after a lot of search i found a link http://www.androidaz.com/development/zxing-qr-reader-direct-integration this tutorial demonstrate what i exactly want. but when i import it and then run this app i notice that its camera is in 90 degree angle when i rotate device. what is the problem i can not realize.