I want to create an SDK like Paypal. where after a specific point all work is done by SDK. like when we integrated Paypal SDK, then after a specific point all the rest of the process of payment is done by Paypal SDK. I also want to create something like this, that after calling my SDK code rest of the work I want to do by my SDK code. I searched for that, but unfortunately, I did not find proper guidance to achieve this. please guide someone on how can we do that. and sorry for my poor English.
thanks
It's looks like you mislead with terminology. From your question it's more likely that you wanna create some library that will do a part of work for some common goal.
Here is some example:
https://medium.com/#anujguptawork/how-to-create-your-own-android-library-and-publish-it-750e0f7481bf
Related
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/
I'm a beginner in android application development. I got a requirement where I have to show some statistics in the form of graphs/charts. I would like to if there is any API as such which would suffice this requirement in android. Else, I would like to the means the other best means that would make this easy. I referred other questions regarding this, but I'm unable to decide basing on them. Help needed as soon as possible.
This is good , easy to use and if You have problem PhilJay or someone else will help you on stack:
https://github.com/PhilJay/MPAndroidChart
I want integrate Flingo-API in Android.
here is the link
Did any one know about this Filngo API integraion.
Take a look at this https://play.google.com/store/apps/details?id=info.send2tv
It uses the flingo API.
There are a lot of things that it could do... If you are interested go to flingo.org and post to the forum.
Ok so I am starting off with android development and I have found a bunch of useful tutorials so I am set there. What I am looking for is a resource that provides homework style problems to do and has the answers downloadable so I can check my solution against the "official" solution.
So for example instead of the notepad tutorial it would be: "Build an application that you can create, edit, delete notes, ...etc.". Ideally the "official" solution would have some explanation as to why they built it the way they did. (so a tutorial at the tail end)
Anyone know of any resources that provide their tutorials in this format?
Thanks.
Okay, here's one: build me an app that allows the user to make, modify, and store notes. The 'official' answer is the Notepad app in the 9th level of the api. (Note that this is different from the notepad tutorial).
The point is that asking questions is easy, the harder part is actually making a program that does the job. And #Roflecoptr is right, at this level it can be implemented very differently. But if you want that mindset, you can write your own 'homework' easily. Just think up a few things you want that are simple, build it, does it do what you want well? Then you pass.
Despite for very trivial problems I dont think this is possible, because there are way to much possible implementation possibilites so that you can't compare your solution to the "official" solution.
But why do you need something like that? If you want to learn to program on Android, you can just follow some tutorials you've already found and then modify them, adapt them to your needs. When you get more used to the development of Android apps you can just get some ideas on tutorials/android development sites and then implement your own solution. There is plenty of help available here on SO and on other development sites, which will help you if you really get stuck.
You could always go to the Android Samples page, and without looking at their implementations, do your own and compare. The samples page is here:
http://developer.android.com/resources/samples/index.html
I would like to know if there is a way to track these retweets... I know that there are several applications for full twitter already available, but i would like to follow just a few things and integrate them in my application...
The only thing I'm sure of, is that when someone retweet one of my tweets, there is a #my_account mentionned somewhere. But I have know idea of how to deal with it...
If you had any lead for me, that would be great.
Thank you
I would add the Twitter4J jar to your project and use that to query for retweets.