Android Twitter App Source Code [closed] - android

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'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.
Thanks!

I just asked the same question a few time ago:
Good UI practice in Android, are there some sample code?
So, the answer is that Twitter source code is not available yet.
You may have a look at Google IO application that use similar tools or you can use the nice GreenDroid (http://android.cyrilmottier.com/?p=240) library while waiting Google to release the code.

There was a post - on twitter, of course - a few days ago, saying that the source was coming very soon. I can't find the post now, and Twitter doesn't seem to want to show me search results from before 1st August, but it was definitely a days-not-weeks type of message.

Related

Getting started with the Telegram API: Any useful resource? [closed]

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 5 years ago.
Improve this question
there are already some threads on the class Telegram API, but none was really helpful.
I'm currently trying to implement it in an Android app in order to send messages through Telegram. The documentation they provide is close to incomprehensible, so do you know any good resource or guide on the API?
It seems to be necessary to instanciate TelegramApi. But this class isn't even included in the telegram .jar archive.
Does anyone have a tip on how to get started with the implementation?
Thanks.
To get stared you need to first implement Telegram AuthKey.
The documentation you need is here:
https://core.telegram.org/mtproto/auth_key
and here
https://core.telegram.org/mtproto/samples-auth_key
What this gives you is a starting point into understanding the documentation writing style for Telegram API, as well as a grasp of the basic patterns for interacting with Telegram-API
I had put together a detailed write up on the process i took here: https://stackoverflow.com/a/32809138/44080
What you should aim at is first Successfully getting your Telegram AuthKey, understanding the data you are sending and the structure of what you are receiving back.
The procedures and patterns you build along the way will be usable for further exploration of the Telegram API

Google Docs for Android App. Open Source? [closed]

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
Are Android applications like Google Calender, Google Docs, Google Goggles, Android Market open source? I want to implement a similar UI and back end for my application. Can somebody tell me how to get the open source projects code from GOOGLE. Please let me know any kind of details related to this. Thank you for your help.
Check out https://github.com/android/
Calendar code
[EDIT]: Updated links
It might be worth checking out the K-9 mail client for Android.
It has a pretty decent UI IMO.
K-9 Mail Project on Google Code

Where i can check the main standards for making android user interfaces? [closed]

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
i need a link where i can read and understand the main standards to follow where making android user interfaces
i can't find it on google
thanks
Have you checked out the developer guide?
You can find it over here: Google Android Dev Guide
Are you looking for the Android UI guidelines?
You should Google for User Interface Guidelines or smth..
Check this out
http://developer.android.com/guide/practices/ui_guidelines/index.html
I would imagine that a lot (but obviously not all by any means) of Apple's iOS human interface guidelines may be transferable to Android HI design. Might be worth a read.
Probably related and useful: How can I improve the look and feel of an Android app?
Lots of useful links listed there.

Android Sync Adapter Resources [closed]

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
Does anyone know of any books or online resources (except the dev docs) that cover the Sync Adapter and its usage? Struggling to find any good material myself.
Or.. does anyone know of any alternative libraries for conducting remote sync services?
Thanks
There really isn't any good resources at this point. If I had to guess at why, it is because the actual implementation of a sync is going to be very specific to each app. I am writing one right now, and it is very trial and error.
We could definitely benefit from a good tutorial on some of the more well known api's out there (an implementation of a twitter account sync for example). Maybe they will finally release the official twitter app code like they have been promising.

Google goggles API [closed]

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
Does anyone know if there is a google goggles API for Android? If not, is there one coming any time soon? With an API for this thing the possibilities are endless...
So far all I've been able to find on this subject is a discussion about not currently having a version for the iPhone due to it's "google labs" status (iPhone version coming once it's more "complete"). I'm hoping an API may be released then. Anybody have any info on this at all?
Google Goggles to Become App Platform
http://phandroid.com/2010/04/14/google-goggles-to-become-app-platform/
Not an official API but this guy seems to have reversed engineered some of it.
http://notanothercodeblog.blogspot.com/2011/02/google-goggles-api.html
You may also want to try VisualSearchAPI.com, they have visual search APIs. See demo and docs here. http://www.visualsearchapi.com/demo/view?demo=1 and http://www.visualsearchapi.com/apiDoc/apiDoc?apiDoc=V
Shameless, shameless plug:
There's also http://kooaba.com which offers Visual Search.
http://docs.kooaba.com for screencast, docs, api sample code etc.
It seems that people are hardly waiting for this: http://www.google.com/support/forum/p/Google+Mobile/thread?tid=16861855be946ceb&hl=en
Here is an open API for visual search (image recognition): http://www.iqengines.com/, see developer portal.

Categories

Resources