Download this Blogger Template by Clicking Here!

Ad 468 X 60

Share

Widgets

Thursday, February 02, 2012

Hello Friends, again i came with new android application. On 31st Jan.2012 Kartik Infotech Pvt. Ltd.(I work there) launched new android game named "Mindsharpener" belongs in brain and puzzle category , all android users can download it but requires android 2.1 eclairs or above on their devices. 
Mind Sharpener is a challenging game for young generation. It will improve your IQ and helps in competitive examinations. It is based on puzzle solving, aptitude, reasoning, logical questions.


MindSharpener Download Here



Please give me feedback if any considered.
Just Enjoy and track your income and expenses in our application "My Day Book".

Application Snapshot are :












QR CODE for MindSharpener



Read More »

Friday, January 27, 2012

Hello Friends, after few days i came back and brought something new to you. On 25th Dec.2012 Kartik Infotech Pvt. Ltd.(I work there) launched new android application named "My Day Book" , all android users can download it but requires android 2.1 eclairs on their devices. 
Manage your expense and income efficiently and easily.
MyDayBook is a simple expense and income tracking utility that manages your budget.
With this utility you can keep track on your day to day expenses and income. This application allows the user to log his expenses and earnings. The application also shows reports of daily, weekly and monthly views of your expenses and earnings.


Please give me feedback if any considered.
Just Enjoy and track your income and expenses in our application "My Day Book".
Application Snapshot are :
Kartik Infotech Pvt. Ltd. releases "My Day Book" on 25th Dec.2012

Login Screen in "My Day Book"



Add Your Income within few second

Add your expenses within few second

Set your monthly budget here

View Reports of income and expenses on Day , Week and Month Wise 



Read More »

Thursday, January 19, 2012



Hello Friends , I am developing a call blocking app in android and i also blocking my calls but when i am accessing my data base for contacts in onReceive() of broadcasting then it showing a run time exception "Null pointerException". i have tried lot of ways but it's not available.
Here is my code snap...Please check it.


My Database Handaler class

import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.sax.StartElementListener;
import android.widget.Toast;

public class Transactions
{
private static Context context;
private DonotDisturbDb dncDb;
private SQLiteDatabase sqliteDb;
private Cursor data;
public Transactions(Context context)
{
this.context=context;
dncDb=new DonotDisturbDb(context);
}
public long addBlackListNumbermanually(String number,String name)
{
long x=-1;
sqliteDb=dncDb.getWritableDatabase();
ContentValues values=new ContentValues();
values.put("incomingNumber","+91"+number);
values.put("name", name);
try
{
if(sqliteDb.isOpen())
{
x= sqliteDb.insert("blackListContacts", null, values);
}
}
catch(Exception exc){}
finally
{
sqliteDb.close();
}
return x;
}
public Cursor getBlacklist()
{
Cursor blackList=null;
try
{
sqliteDb=dncDb.getReadableDatabase();
blackList=sqliteDb.query("blackListContacts", new String[]{"incomingNumber"}, null, null, null, null, null);
while(blackList.moveToNext())
{
String number=blackList.getString(blackList.getColumnIndex("incomingNumber"));
Toast.makeText(context, number, Toast.LENGTH_SHORT).show();
}
 
}
catch(Exception exce)
{
exce.printStackTrace();
}
finally
{
sqliteDb.close();
blackList.close();
}
return blackList;
}

}

My BroadcastReceiver class where i want access my contacts list

public class BlockBlackListIncomingNumber extends BroadcastReceiver
{
private Context cont;

@Override
public void onReceive(Context context, Intent intent) 
{
Cursor cursor=null;
try
{
Transactions trans=new Transactions(context);
        cursor=trans.getBlacklist();
        if(cursor!=null)
        { 
      cursor.moveToFirst();
       int x=cursor.getCount();
      String number=cursor.getString(cursor.getColumnIndex("incomingNumber"));
      Toast.makeText(cont, "Received"+x+number, Toast.LENGTH_SHORT).show();
         }
       else
         {
             Toast.makeText(cont, "Not Received", Toast.LENGTH_SHORT).show();
          }
 }
catch(Exception exc)
{
exc.printStackTrace();
}
finally
{
cursor.close();
}
}
}

Read More »

Sunday, January 01, 2012

Top 10 Reasons why Android is better than Iphone




1) Browsing

  • Browsing with Android is much faster, and it has FLASH You can view all flash websites.and yes, you can play Facebook games like city ville, farm ville 

2) Desktop

  • With Iphone you will have a page full of icons. Even if you categorized your apps, it’s still going to be ICONS :sWith Android, you will be able to customize your pages with widgets that have an actual Purpose like :
         Twitter, facebook: update ur status

3) Connectivity

  • On android, there is the famous page. where you have 4 buttons
  • Turn on/off bluetooth
  • Turn on/off Wifi
  • Turn on/off Mobile Network
  • Turn on/off GPS
  • One press and ur’e done. There’s even an app on Android market called Y5, which turns off the Wi-Fi automatically when no known wirless network is available.Now with Iphone you have to go through various options to control connections

4) PC Connection

  • With Iphone u need to have iTunes to manage your phone. But with Android it’s simple as to Mount your SD card and then just drag and drop

5) Multi-notification

  • On Iphone, to receive a notification from a specific program like twitter for example, the twitter program has to be open.But with Android you receive all updates in the blasting notification bar for all your social activities in oneplace. Whatever it’s an e-mail, tweet, facebook, new SMS, missed call.

6) Personalization
  • Using Iphone, you have to stick with what apple says when it comes to personalizing your Iphone looks and settings.But with Android, you can customize your phone look and setting to match your lifestyle. If you’re a social network power user, you can have a screen for Facebook, one for Twitter, one for texting, and one for Flickr. Or if you are a business user, you can have a screen for contacts, for your calendar, for GMail, for email, for RSS, and more.


7) Market

  • With Iphone, its the Apple app store. But so does android. The Android Market, one of the most active markets. you can find apps for everything. very easy to install though. and if ur’e interested to pay for an app you like to get all features, you enter your information on the Google Market one time and you’re done. I assure you there are Billions of free apps that’s gonna be useful depending on how you can make use of it. Keep Checking in as i will publish a post for the best apps you can have and it’s features.

8) Google Integration

  • We’re talking about Google, Do you have a gmail account? You will get surprised when you see how Android and Google are so close and easy to communicate with all its services.

9) Open Source

  • There are lot of developers working every minute on Android’s software and upgrading, tweaking to best performance. So when there is weakness it is fixed. iPhone Open? u’re kidding me.

10) Android Lets You Choose Your Hardware

  • This is my best Option. Apple keeps saying “think different” but when it comes to hardware, they don’t give much choce. Either black or white, 16 GB or 32 GB, u’re also stuck with 3.5 inch, 320×480 pixel display with 256M RAM and 600MHz processor. Now with Android they fit it to any hardware they want like the Nexus One (with 3.7-inch, 480×800 pixel display, 512MB of RAM and 1GHz Snapdragon processor) or the Motorola Droid which has a physical keypad.


There is a lot to like about Android, which is why I choose it. However, I am disappointed at the lack of paying customers in comparison to iPhone/iPad, and will soon turn my focus to that platform.



HAPPY NEW YEAR 2012...........

Read More »