Be the first to receive awesome posts and tutorials before anyone else!
You will only be notified when I create and publish new articles – I say this because I hate spam just like you most likely do as well!
Subscribing will give me the energy to keep posting great content each week and make learning fun and easier. Thank you!
If you have any questions, you can contact me any time and I will respond FAST!
Adebayo Osunbiyi
i love your work , please keep it up
Elisha Chirchir
Thank you so much for the kind words. Always trying to be happy and making this world a better place!
akash kumar gomesh
which java script need to download for window 7 please tell me
Elisha Chirchir
I don’t think I understand your question very well. You don’t need to download anything in order for you to use javaScript scripting language. I hope that helps.
akash kumar gomesh
hi elisha i read your blog “how to program todolist android app from scratch” and i want to make my own app as u teach us but i have a big problem to download java SE runtime Environment
when i click on the link that u provide here diractly, a another site opend named “oracle”
Oracle Technology Network ->Java ->Java SE -> Downloads
where we need to accept the agreement of license i accept the license and there are many java application to download
i don’t know which java application is right to download for my operating system
i have a “window 7 ultimate 32 bit operating system”
by the way i download ” Windows x86 Offline” but it is not installed in my pc please help me and i want to say that you are doing very good job
Elisha Chirchir
Oracle is the right site for you to download Java.
Download the x64 bit one which is the last link in the list:
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
This link will take you there. I hope this helped you! If you have more questions, please let me know.
Angelo
i love this blog,
please keep it up 🙂
Elisha Chirchir
Thank you for the support Angela! I appreciate it. I will keep posting useful content.
Amjad
you have done gud work…! i appreciat ur effort and say keep it up…its too gud for the andriod beginners such as me….i really really appreciate ur work….its too much helpfull for me…please keep it up sir. i have no words to say thanx
Elisha Chirchir
Thank you for the kind words. I truly appreciate the support. See you around!
ane
for(var i=0; localStorage.length; i++) {
var key = localStorage.key(i);
if (key.substring(0,6)=== “postit_”){
var texto_de_la_nota = localStorage.getItem(key);
}
addStickyToDOM(texto_de_la_nota);
Elisha Chirchir
I really cannot tell why it is doing this but you can try clearing your browser data again (if you have already done that) and if it is necessary, start the tutorial from the beginning to see where the error might be hidden.
Tina
i am looking for the full source code for the sticky notes, is there a way you can provide me the link for the zip folder of the sticky notes?
Elisha Chirchir
I will share with you as soon as I find it in my computer.
Tina
Thanks, i hope you find it, i got test tomorrow on how to create sticky Notes.
ranjan
Sir
I have done Bsc in math…and i want to devlop software ,i s it
Possible if yes then how
In banking sector bcz i am working in bank.
alan
Hi, I enjoyed your counter program and found it instructive. I would urge you to upload more tutorials and perhaps have an index on your main web page. I struggle to find good sources that give an insight into java and android. I really struggle with how everything connects together and what has to go where. But in my defence I am an ‘oldie’ who programmed computers in the punch card era!
Keep up the good work!
preston
I need a tab I am so broke
Law
Hi, I was able to share image but can I know how do I get the URL after I share image on Facebook?
Here’s my code. Really appreciate if can help me on this.
SharePhoto photo = new SharePhoto.Builder().setBitmap(image).setCaption(“PHOTO CAPTION”).build();
SharePhotoContent PhotoContent = new SharePhotoContent.Builder().addPhoto(photo).build();
shareDialog.show(PhotoContent, ShareDialog.Mode.AUTOMATIC);
shareDialog.registerCallback(CallbackMng, new FacebookCallback() {
@Override
public void onSuccess(Sharer.Result result) {
// result.getPostId()
// POST ID ALWAYS NULL
}
@Override
public void onCancel() {
// CANCEL
}
@Override
public void onError(FacebookException error) {
// ERROR
}
});
yi
Hi, thank you for your sharing. I really like your project. One question which confused me is that, if I can use Twitter API to collect former data. I mean, for example, if I can collect all tweets about Christmas in Paris during the last week of year 2013,2014,2015. I hope I can find the historical data, which may give me some inspiration for further mining. Thanks again for your post, hope to get your reply! Best regards
Elisha Chirchir
Sorry for the delayed response here. So Twitter has some rules on how far back you can go when requesting data from their service. You can specify parameters like date since to get certain data. Please consider doing a quick search online or read their documentation for more on this issue! Good luck
Amandi
I followed your code and ran the app, it actually ran but, couldn’t figure out where the shared image is on facebook. please what could have gone wrong sir?
testing
how to shareapi and share post facebook account not show post Dialog
testing
SharePhoto photo = new SharePhoto.Builder()
.setBitmap(waterMark)
.setCaption(“StudyTutorial”)
.build();
SharePhotoContent content = new SharePhotoContent.Builder()
.addPhoto(photo)
.build();
shareApi.share(content, null);
error shareApi.share(content, null);