Pages

Tuesday 27 December 2016

Avatar Grabber Palringo, Nimbuzz & Facebook using Picasso Library for Android



################ Avatar Grabber FB Nimbuzz Palringo ################

- Download Profile Images into ImageView 
- Picasso Image Library for Loading Images 
- Pass the Target URL to default Download Manager
- Save/Write Images to External Device Storage (specified path)


Download APK


Download source from Github
Following are the classes used for downloading Avatars via Default Android's Download Manager:







MainActivity Layout:

Identical Layouts for each Fragment:

Saturday 3 December 2016

Xamarin Android (C#) Sample Xmpp Nimbuzz using Socket Connection (TcpClient)


################ Basic Requirements: ################

-  Xamarin Studio 6.1.6 (Latest)
-  SDK Tools Version: 25.2.3
-  SDK Platform Tools Version: 25.0.1
-  SDK Build Tools Version: 23.0.1
-  Android NDK
-  SDK Platform:
4.0.3 (API level 15)
4.2   (API level 17)
4.4   (API level 19)
6.0   (API level 23)
7.0   (API level 24)
-  Microsoft .NET 4.0.30319.42000
-  Xamarin.Android Version: 7.0.1.6
-  GTK# 2.12.38

################ Key Features: ################

- Xamarin Xmpp Client Sample (C#) For Android
- Socket Connection

################ Feedback: ################

- For any kind of further queries or bugs, kindly do not hesistate to write me at: dbh4ck@gmail.com
- http://dbh4ck.blogspot.in


Download Full Source Code From My Github

Download Apk








Tuesday 1 November 2016

Nimbuzz MUC Banbot For Android with Navigation Drawer, Swipeable Tabs, Fragments Coded in JAVA using Android Material Design


################ Nimbuzz MUC BanBot For Android By DB~@NC ################


################ What's NEW: ################

- Coded Using Full Android Material Design
- Swipeable Tabs
- Navigation Drawer (Full Width)
- Fragment Activities


################ Fixed Bugs: ################

- Fixed Network Stability
- Support For Auto-Reconnection Added


################ Key Features: ################

- kick
- ban
- member
- greetings wc
- ipban
- add/remove master
- show master
- visitor/mute
- grant owner
- grant admin
- grant owner

################ Feedback: ################

- For any kind of further queries or bugs, kindly do not hesistate to write me at: dbh4ck@gmail.com
- http://dbh4ck.blogspot.in

Saturday 2 April 2016

Monday 14 March 2016

Android SQLite DB Sample - INSERT, UPDATE, DELETE


Features:   -  Create SQLite DataBase, Tables, Columns
                 -  INSERT  Data
                 -  UPDATE Data
                 -  DELETE Data
                 -  Drop Table IF ALREADY  EXIST

Download

Source on GitHub


Step 1 : Create A class for get-set Contacts:


Step 2 : SQL Database Handler class:

Step 3 : For adding new Contacts and Updating existing contacts here's the class:

Step 4 : MainActivity:

Wednesday 2 March 2016

Nimbuzz Android MUC Bot Coded in Java using PURE JAVA SMACK 4.1.4 API



All Available Features in MUC Bot:

- mem user
- kick user
- ban user (ipban user)
- grant mod., admin, owner
- add bot commander
- remove bot commander
- users greeting., etc

Requirements:

- Android 4.0.4 (Ice Cream Sandwich) or Above

Download

Download Full Source Code Available on my Github
STEP 1 : Add following dependencies in app-level build.gradle

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'org.igniterealtime.smack:smack-android:4.1.4'
compile 'org.igniterealtime.smack:smack-tcp:4.1.4'
compile 'org.igniterealtime.smack:smack-extensions:4.1.4'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.android.support:recyclerview-v7:23.1.1'
}

STEP 2 : Create a singleton class for making AbstractXMPPConnection universal throughout app

STEP 3 : Create a New Service class for creating xmpp connection to the server and connection Listener to handle connection state & other xmpp basic capabilities on Service Create and run this service in Foregroung as well:

Tuesday 9 February 2016

Nimbuzz Android App with TabView XMPP Client Demo Using SMACK API (Pure JAVA Lib.)






Requirements:   -- Android Studio 1.5 or Later
               -- smack-core-4.1.4.jar
            -- smack-im-4.1.4.jar
                          -- smack-extensions-4.1.4.jar  
              -- smack-tcp-4.1.4.jar