itlumeeanand.blogspot.com
ఇట్లు, మీ ఆనంద్. : March 2011
http://itlumeeanand.blogspot.com/2011_03_01_archive.html
ఇట్లు, మీ ఆనంద్. Tuesday, March 15, 2011. Facebook tricks we didn't know. I have read an article published in TOI, about the tips of Face book. It is worth reading; hence I want to share the article with you. Please visit the below link and the article name is “7 Facebook tricks you didn't know” . Http:/ timesofindia.indiatimes.com/itslideshow/7701963.cms. Subscribe to: Posts (Atom). ఇట్లు మీ. View my complete profile. Facebook tricks we didnt know. Watermark template. Powered by Blogger.
itlumeeanand.blogspot.com
ఇట్లు, మీ ఆనంద్. : December 2012
http://itlumeeanand.blogspot.com/2012_12_01_archive.html
ఇట్లు, మీ ఆనంద్. Tuesday, December 18, 2012. తెలుగెత్తి జైకొట్టు. Thursday, December 06, 2012. Small details of your lives are what really matter in a relationship. I have read this story on the web. It touched my heart, so I felt its worth sharing to my friends and this is for you. 8220;When I got home that night as my wife served dinner, I held her hand and said, I’ve got something to tell you. She sat down and ate quietly. Again I observed the hurt in her eyes. The next day, I came back home very late...
myfusionlearnings.blogspot.com
My Fusion Learnings: WriteFiles
http://myfusionlearnings.blogspot.com/2015/07/writefiles.html
My learnings and experiences with multiple technologies. July 16, 2015. Tool can help you to do the same. Below is the GUI screenshot of the tool. To download the tool and also the source code of the tool can be downloaded from here. Subscribe to: Post Comments (Atom). ఇట్లు, మీ ఆనంద్. View my complete profile. All views expressed on this Blog are my own and do not necessarily reflect the views of my employer or Oracle Corp. Awesome Inc. template. Powered by Blogger.
myfusionlearnings.blogspot.com
My Fusion Learnings: Word Type Count
http://myfusionlearnings.blogspot.com/2015/06/word-type-count.html
My learnings and experiences with multiple technologies. June 24, 2015. Word Type Count" is a tool developed in Java, useful to count number of occurrences of each word in the given String. It also counts the total number of words in the given string. The tool would look like as below. Download the java program from here. Subscribe to: Post Comments (Atom). InAppBrowser in MAF using Cordova plug-in. Java program to create Zip files. Tool to import data from Excel To Database. View my complete profile.
myfusionlearnings.blogspot.com
My Fusion Learnings: February 2015
http://myfusionlearnings.blogspot.com/2015_02_01_archive.html
My learnings and experiences with multiple technologies. February 2, 2015. If you want to run a piece of code in the background at certain intervals, then AlarmManager is the class helps us to do this. It will wake up the device on the given intervals and invokes the Receiver class where we should write our code to run in the background. Below code snippet explains how to implement AlarmManager. Intent notificationIntent = new Intent(context, LoadData. Int intervalTime = 1000 * 60 * 5 ;/ 5min.
myfusionlearnings.blogspot.com
My Fusion Learnings: November 2014
http://myfusionlearnings.blogspot.com/2014_11_01_archive.html
My learnings and experiences with multiple technologies. November 20, 2014. Android.content.ActivityNotFoundException: Unable to find explicit activity class. I am developing an android application. On the home screen, it has a button, on click of this an activity should be displayed. While testing the app, on click of the button, the app is giving the below error and the app got terminated. The solution for this is,. November 5, 2014. Subscribe to: Posts (Atom). Error: oracle.jdevimpl.deploy....ఇట...
itlumeeanand.blogspot.com
ఇట్లు, మీ ఆనంద్. : January 2015
http://itlumeeanand.blogspot.com/2015_01_01_archive.html
ఇట్లు, మీ ఆనంద్. Monday, January 19, 2015. My First Android App in Google Play Store. I have developed an android app named “ Board Puzzles. 8221; which is available in Play store now. It is a board puzzle gaming app which has options to choose number or alphabets to display on the board. It is a puzzle gaming app where user has to arrange the numbers or alphabets on the board from least to greatest. This app supports both android phones and tablets, and also supports 8038. To visit Sonu Appz.
itlumeeanand.blogspot.com
ఇట్లు, మీ ఆనంద్. : August 2015
http://itlumeeanand.blogspot.com/2015_08_01_archive.html
ఇట్లు, మీ ఆనంద్. Friday, August 07, 2015. Bill Gates is not all time richest. Bill Gates is the number one richest person in the world now. But he is not all time number one. An image from "Times of India" gives more information about these all time richest people. Subscribe to: Posts (Atom). ఇట్లు మీ. View my complete profile. Bill Gates is not all time richest. Watermark template. Powered by Blogger.
myfusionlearnings.blogspot.com
My Fusion Learnings: FAQ Creator
http://myfusionlearnings.blogspot.com/2015/06/faq-creator.html
My learnings and experiences with multiple technologies. June 15, 2015. FAQ Creator" is a tool developed in java helps to create FAQ (Frequently Asked Questions) html files. This tool provides an user interface as below and the procedure to add this tool is:. Provide a file name including path to which the content will be written. Enter a question and its answer in the corresponding text fields. Below is the sample output of the tool. Subscribe to: Post Comments (Atom). Java program to create Zip files.
myfusionlearnings.blogspot.com
My Fusion Learnings: InAppBrowser in MAF using Cordova plug-in
http://myfusionlearnings.blogspot.com/2015/06/inappbrowser-in-maf-using-cordova-plug.html
My learnings and experiences with multiple technologies. June 27, 2015. InAppBrowser in MAF using Cordova plug-in. This post is to show how to implement In-app browser in MAF using Cordova plugin. Below is the procedure to develop the in-app browser using Cordova plugin. The zip file of the project from Github and unzip it. Create a folder with the name plugins. In ViewController project in the app. Copy file plugin.xml and folders www, src from the above Github project to the plugins.