Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I found an app called IM in Android's trunk on git, but that doesn't look like the Google Talk app that comes installed on Android phones.
Does anyone know if that source code is even published?
It is closed source. But you can take the apk and disassemble it using baksmali.
It's closed source.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Does MTK share their AOSP or kernel code? like Qualcomm's Code Aurora [https://source.codeaurora.org/] or google's Android OpenGrok [http://androidxref.com/] ?
Nope, their devices are not open source.
You can get their kernel official source here, leaked AOSP here, and re-build from scratch project here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I wonder if there is any apk-maker that runs on android phone to make an apk native on the phone without the need of using a PC?
Any help would be great.
You can code in Android on an Android, see below AIDE for coding.
https://play.google.com/store/apps/details?id=com.aide.ui&hl=en
I don't think it is very productive though! Good luck!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any alternative to Apple ResearchKit for Android? or Is there any medical related API and Library for Android smartphones?
Thanks,
The Android version of ResearchKit is being currently built. It's called ResearchStack and I believe the beta version will be released in January.
Check http://researchstack.org/ for more information
Google Fit is the Android equivalent of the Apple ResearchKit. You can find out more here: https://developers.google.com/fit/?hl=en
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
My internet fails a lot and I want an android developer offline version. If you know any useful links please let me know.
download it using sdk manager
there is (documentation for android SDK) checkbox under every Android API version you want
https://code.google.com/archive/p/android-chm-documentation/downloads
You can use this link to download offline library of android developer
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
i'll try to develop an app which is enabled for plugins like in windows-.Net-world DLLs.
i will have small rectangle-linearlayouts in my app where the user is able to manage them with visible on/off. later on i or someone else will give the user a new plugin, which the apps is displaying now.
is it possible? if yes: how?
are there good sites out there you could direct me?
regards
fly
It is possible to have a plugin architecture for your application. These links should help you out:
http://mylifewithandroid.blogspot.com/2010/06/plugins.html
http://mylifewithandroid.blogspot.com/2011/01/plugins-with-user-interface.html