It's my first time here, and all I can say is that this forum/site is awesome, lots of knowledge sharing.
Quick question: Does anyone possibly know how to access Snapchat API? I'm trying to make an automation software which would promote my business, and I need to be able to set up a bot which would do stuff while I'm sleeping/away.
Any suggestions are fine! :)
Thanks in advance.
a quick google search results in the documentation, please clarify the question; do you need help making an XML request?
https://developers.snapchat.com/api/docs/
Related
I found Tag-Cloud but I think it is not yet ready. Does anyone have any word cloud generator libraries available that allows you to customize it's design?
I have found this and it seems usable:
https://github.com/sschwieb/Cloudio
http://wiki.eclipse.org/Zest/Cloudio
https://code.google.com/p/memeplex/source/browse/trunk/Android/src/kr/ac/yonsei/memeplex/view/TagCloudLayout.java?r=31
Though it might need to be changed or edited a little. I hope somebody can help me. I will be offering bounties in the next few hours
If you can offer any algorithms I will gladly study it as well.
Thanks in advance!
Depending on what your actual requirements are, you could use a really nice and customisable javascript word cloud written in D3 like https://github.com/jasondavies/d3-cloud and then embed it in a WebView in your Android app. There is an example on how to do that at https://github.com/mitchwongho/D3Android
Here is a simple example I made demonstrating this https://github.com/rbarbantan/android-word-cloud
I want to develop some application for android, but struggled to decide what it should do :)
Is there a collection/list of web-sites which have REST api? So I can implement in in my app
and make use of it?
thanks!
Try taking a look at http://www.programmableweb.com/apis. I'm sure there others out there as well, but that's what I'm familiar with.
Ok, here we go, I have to develop an application, which has to allow electricty and water bill payment, and naturally it's supposed to generate at the end of the transaction a receipt, I particullary need to know how to transfer data and determine what would be displayed on the reciept.
I'v gone through this forum and i've found out some StarIO android sdk, knowing that I have a weak english, and it's a bit hard for me to figure out what's going on in the starIO's documentation, i would like to know if StarIO's packages' are what I need for this application or I just misunderstood the objective behind it.
Thanks in advance.
Well, if you have to work with a Star printer, then yes, their SDK is the way to go. If not, though, we'd need a lot more details to answer your question fully.
Recently I am working on Android app development, and also I did iOS app before. I am not good at Android so far, so sometimes I found the app is kind lagging, thought stackoverflow.com is very nice place to share and found the bug, but I would like to ask if there are some websites that I can share all codes and details about the app, and there are also some programmers there they can read and point it out what's wrong with my app? I don't know if this question is legal here, just think it's good to have one and learn more..
You can post code and get it reviewed at https://codereview.stackexchange.com/
The best solution would probably be to push your projects to a site like Github where there's a great infrastructure in place to allow people to collaborate with you.
Asking people to do so is a different issue, but probably best achieved through posts on XDA-developers and equivalent forums.
There are plenty of places where you can post your entire source code. Here are two that I have used:
Google Code: allows you to post your code publicly with details about downloading. You can use this and google forumns to get reviewed and help. SVN access is easy to configure. Can add others to projects.
SourceForge: allows you to post code publicly and privately. SVN is easy once again. Allows you to add others users to the project with read/write/edit permissions.
Those two may not be the best places for getting reviewed and help easily, but they are wonderful for hosting and source control!
Also, these do have forumns where you can point others to your projects and ask questions!
I am new to Android. I've been looking for a way to remove a permission of other app. For example, I don't want an app to send SMS. Is it possible?
Thanx in advance.
Thanx for the replies.
Actually, I am in middle of coding where I want to restrict the manifest permission of other application.
Since, these kind of applications exist in market, then this is possible. Any more help or any reference would be so helpful.
thanx again.
You need to be rooted for that, and there are already programs on the market that allow you to do it, for example LBE Privacy Guard
NOTE: This program doesn't work with Android 'Jelly Bean' at the moment
Welcome to stackoverflow. As far as I know, what you want to do is not possible without rooting your phone.
This site is a Q&A-site for specific programming questions. A suggestion is that you try it out for yourself, and when you've stumbled upon a specific problem with your code you can ask a question here. That way you'll have a much easier time getting answers! Good luck!