Android :: Good Source For App .apk's?
Oct 27, 2010
I only have about 25 apps i regularly install when i flash a new rom, i would like to keep them on my phone as .apk so i can setup a new rom while on the subway underground and cannot access the market
View 4 Replies
Nov 17, 2010
I need to work in parallell with old and new ContactAPI, what would be good source of information.
View 3 Replies
View Related
May 24, 2010
so i just inhereted a motorala cliq and have been doing some research online and such.. but my question is about unlocking this phone to work with at&t.. i know it is possible with a unlock code. first of all.. if i unlock this phone and use it with my at&t sim card will be be fully functional?? second.. can anyone recommend a good source for a unlock code (for example ebay or somewhere else that might be better) this will be my first android phone so im looking for it to be fully functional.. otherwise ill probably just sitck with my p.o.s. old at&t phone.
View 7 Replies
View Related
Oct 27, 2009
It seems to me that if you are not a programmer or have a solid knowledge base about operating systems then you will struggle with apps.I can not find a good source for what app does and how to properly use it.Very frustrating.Seems there are tons of good apps out there but I have no idea how to use them or if they would make my "smartphone" experience better.
View 4 Replies
View Related
Dec 21, 2009
This question here lists some good links to general Android applications (that I'm already looking over) but I'm interested at the moment in specifically games (board-type, intelligent games rather than action - in other words, I don't need real-time). What are the best sources for applications like that? I want to look over the source code to get myself up to speed quickly.
(Please don't just Google for results, I've already done that and the pickings are a little scarce. I'm interested in anyone who's actually taken time to find and evaluate good sites for this - so ideally, you'd already be an Android developer interested in developing games).
View 6 Replies
View Related
Apr 15, 2012
i have: CMW recovery, Kernel source code on local computer, full repo cm source + toolchains.
How to add my device tree, kernel source code to CM source and compile CM7 ROm?
View 3 Replies
View Related
Jul 3, 2010
alright so i see all of these new froyo roms from source, and i guess i have one that is not from source, but it runs fine. I guess what im going at is what is the advantage of having a rom from source compared to not from source.
View 4 Replies
View Related
Oct 18, 2009
In this article, it talks about android 2.0,
http://gizmodo.com/5383485/android-20-first-look-fresh-face-sick-speed
Is it possible to get the android 2.0 source?
View 7 Replies
View Related
Jun 16, 2009
I have an specific requirement to write a new library in android source and an simple client application on top of that. which uses some of functions exposed by that library Can any one provide me step by step process for the same.
View 9 Replies
View Related
Jul 8, 2009
I downloaded the entire source tree, and ran "make".I would like to run it in the emulator, now.How do I do that?
View 2 Replies
View Related
Nov 20, 2009
I'm targeting Android 1.5 - I'd like to use the ScrollView widget, but there's a hard-coded value within the class which makes it kind of unusable for my purposes (it's the "touch slop" value - set to 16 - the amount of movement the user has to make with their finger before considering the gesture a scroll - I think this should ideally be cut in half!).
Anyway, I could grab the source of ScrollView, paste it into my project, and then tweak that one static field, then rename the class MyScrollView. But where is the 'official' source code for Android living, specifically for 1.5? I grabbed the ScrollView code from here as a test:
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=core/java/android/view;h=398e94d99129fca8fa32145de2fbf8c348253bcf;hb=HEAD
but not sure if this is the right place to get it.
View 1 Replies
View Related
Dec 29, 2009
I haven't seen many open source android apps yet. Can I make my app gpl open source just like that? Or do I have to include legal statements regarding the Android code that my app is using?
View 3 Replies
View Related
Jun 5, 2010
For all of you android devs out there that have the Android simulator running on your computer, you know that there are a few built in apps that are already installed on your 'phone'. I had an idea for an app that would utilize a function that is already being done in the spare parts app that comes already installed. I went on to the android developer site, dug through the source code files, and found the spare parts app, and am now trying to set it up so that running it from eclipse on my machine actually runs the app in the simulator.
In other words, I want to be able to make changes to and adjust some of the things in that app for my own needs. But it won't compile, because of a number of different errors. How do I get that source code running on my local machine? Is there some special trick that I just don't know about? I thought that if I could get the source code than the rest would be easy, but it isn't being too easy.
View 1 Replies
View Related
Dec 16, 2009
Is there an easy way of getting the Android source code? More than anything else, I just want to be able to look at the source for some of the standard apps, such as the Android Market, Contacts, etc. I took a look at dev.android.com, but I don't see an easy way of getting the source I'm looking for.
View 5 Replies
View Related
Jun 17, 2009
I want to know the ADT plugin whether open source and How to get the ADT plugin source code?
View 3 Replies
View Related
May 29, 2009
Can you please tell me how can I get the source code of donut branch?
View 3 Replies
View Related
Dec 7, 2009
Where could I download the SDK source code?
View 3 Replies
View Related
Jan 27, 2010
Where is the best place to host an Open Source project for an Android app? I am thinking about setting my app eTools free into an open source license. I want to know the best place to host that project. I will probably go with code.google.com but wanted to hear what others have done.
View 2 Replies
View Related
Sep 2, 2009
I was hoping someone could give me instructions to obtain the *exact *source code for the current SDK. What I have so far is as discussed here; http://androidforums.com/android-developers/1045-source-code-android- By using commands such as; repo init -u git://android . git . kernel .org/platform/manifest.git -b android-sdk-1.5_r3 jar cvf ../android-src.jar -C core/java . etc. my issue is that the source is still inconsistent, some extra methods are available and some are not. For example, I want to make a progress bar with two sliders (To select a range) but the version of Progress bar I have; http:// android .git.kernel.org/?=platform/frameworks /base.git;a=blob ;.http://android .git.kernel .org/?p=platform/ frameworks /base.git;a=blob;> I cannot mimic (as an initial implementation), despite using the same package and extending View I do not have access to 'mMinWidth' for example. In addition the progress bar uses methods of the class StateList Drawable which are not available in this SDK (e.g. getStateSet(int i)). It's obvious that there's an inconsistency between the source I have and that which was compiled into the android SDK but I don't know why given my GIT repo commands. Can someone link to the version of ProgressBar which was shipped with android-sdk-1.5_r3? Has anyone managed to get the branch which maps directly to this release? This might well be due my inexperience with Git, please let me know if anyone has this set up correctly and I will try again. I seem, in all honesty, to have the head revision still.
View 6 Replies
View Related
Aug 5, 2010
I've been reading this post on the android developer blog about the twitter client and UI patterns.It mentions the source code will become available, does anyone know if this has happened yet and where I can find it? I've drawn a blank.
View 2 Replies
View Related
Aug 5, 2009
How do I get Source code of Gallery application ? I did not find source code of this application in android source.
View 2 Replies
View Related
Jun 11, 2009
Is there anyone out there that could send me the source for the built in SMS client? Since we can not intercept outgoing SMS i need to write my own copy of the SMS client to do be able to capture SMS replies.The problem is i am having a lot of trouble trying to find a way to access the SMS client source on windows. If anyone can send me or give me a link to a file containing the source I would be very greatful.
View 2 Replies
View Related
Feb 7, 2009
I loaded up the Alarm Clock app from the current git (http:// android.git.kernel.org/?p=platform/packages/apps/ AlarmClock.git;a=snapshot;h=c8208f9f6ff76479da3b1eb0cedbd5500b8be1f4;sf=tgz) into eclipse, and there are a lot of errors, unfound imports and things like that.Are the 'cupcake' versions of the /apps/ incompatible with the current SDK? Should I bother trying to fix them?
View 5 Replies
View Related
Jan 20, 2010
Where can I download "Android SDK source code" ?
View 3 Replies
View Related
Aug 26, 2010
is there way to change source for string from res/values/string.xml
View 2 Replies
View Related
Nov 11, 2010
I am trying to get an image from a https url but it doesn't seem to display and get the image correctly but works fine on my computer browser. I have tested out a http url pointing to a different image and it works fine. My code is below:
public Bitmap getContactPhoto(String url) {
Bitmap pic = null; try { pic = BitmapFactory
.decodeStream((InputStream) new URL(
"https://mail.google.com/mail/photos/static/AD34hIjbK2m-Lj333E4nBcCkBC3MYl2tTs0xizuSqUOP3-Jd6DOrpFg1M5HG8jXh0MuPbeFepInZZDu92Dx8ST4b59EbOKmfYTortuuO3P1_Ohyu7b7a3gc")
.getContent()); } catch (MalformedURLException e) {
// TODO Auto-generated catch block e.printStackTrace(); } catch (IOException e) {
// TODO Auto-generated catch block e.printStackTrace(); } return pic; }
Here is the code from the activity class that calls the method above:
private ImageView mContactPhoto; private ContactDetailsViewHelper mViewHelper;
mContactPhoto = (ImageView) findViewById(R.id.contact_photo);
mViewHelper = new ContactDetailsViewHelper(mContext);
mContactPhoto.setImageBitmap(mViewHelper.getContactPhoto(mDetail.getImageRef()));
ignore the mDetail.getImageRef, that passes the real url value but for this case I tried hard coding the url as you can see from the getContactPhoto method.
View 1 Replies
View Related
Aug 29, 2010
Where can i find the Android Browser source code?
View 3 Replies
View Related
Mar 12, 2010
I need to study how to make widget. Where could I get the source code of button?
View 2 Replies
View Related
Jul 5, 2010
Who can tell me the source code that comes with android app. for example android music where to download , thank you ps:my English is very pool ,i am a chinese
View 2 Replies
View Related
Aug 17, 2010
K9 mail client is open source android application. Where can we get the source files ?
View 1 Replies
View Related