demoadda.com

300,000+ members

our android apps in store

demoAdda.com is a community of 3.00 lakh programmers and students, just like you, helping each other. Join them; it only takes a minute: Sign Up

Free Download Login with facebook Demo in Android.


15 Reviews
4.5

41

0


Android development tutorial with demos and sample codes. Here you can download Android demo code for your projects and tutorial helpful for learning Android development. Login with facebookdemo with simple code example development in Android. Download Login with facebook source code with screen shot and video tutorials. Android Example Source Code. Android tutorial for beginners youtube video. Android sample basic example tutorial for learning beginners and experiences developer.


Demo Category


Android

Download

Asp .net

Download

C# .net

Download

IPhone

Download

Java Servlet

Download

Javascript jquery

Download

Python

Download

Vb .net

Download

implement Login with facebook in Android programmatically.

Simple Login with facebook example with screen shots. android fabook , login with facebook , fb login , how to login with facebook android , facebook logi. Login with facebook this demo development by kishan.




My Favorites Demo

0 favorited



Login with facebook demo overviews.


Title : Login with facebook
Submit by : kishan
Programming Language : Android
Posting Date : 2015-07-25 11:04:20
Demo Type : mobile
Demo Tag : android fabook , login with facebook , fb login , how to login with facebook android , facebook logi
Viewed : 4895
No of download : 41

submit your project source code ...

Download Demo Here (5.1048MB)

share your demo click to upload your code



Login with facebook Demo Description.

This is the latest demo for login with Facebook in android. You can get the data from the Facebook and use that data to login in your application. We have used simple Facebook library for login with that data. You need to give Facebook permission for getting data from Facebook. 

For creating facebook app id you need to create id from facebook :
1. Login in developer.facebook.com
2. Create new app
3. Provide app name
4. Provide you package name and class name
5. Fill required data in console.
6. Get appid from facebook.
7. copy that id in you string.xml


Permission :

Permission[] facebookPermissions = new Permission[] { Permission.EMAIL,
Permission.PUBLIC_PROFILE };

Get SHA key for developer facebook:
private void getHasForFacebook() {
try {
PackageInfo info = getPackageManager().getPackageInfo(
getPackageName(), PackageManager.GET_SIGNATURES);
for (Signature signature : info.signatures) {
MessageDigest md = MessageDigest.getInstance("SHA");
md.update(signature.toByteArray());
Log.i("TAG", Base64.encodeToString(md.digest(), Base64.DEFAULT));
}
} catch (NameNotFoundException e) {
e.printStackTrace();
} catch (NoSuchAlgorithmException e) {
e.printStackTrace();
}
}



Then you can login with facebook using this application.


Download Latest Android Demo Source Code


Beautiful Android Login and Signup Screens with Material Design in Android

4.5

Everyone loves a beautiful login screen, and since it’s usually the very first impression people have about your app it’s super important to get it right.This article shows you how to create beautiful login and signup screens the right ... view more

ganeshkavhar

Android demo   ganeshkavhar 2020-03-17

Direct Reply From Notification in Android

4.5

HelloThis is the demo tutorial for creating a notification and make a direct reply from the improved notification tray itself.If you have Android N installed on your device, you may have noticed the new way the notifications appear in the notificatio... view more

Android Notification , Reply Notification , Make reply from notification

Android demo   kishan 2019-04-03

Smooth SignatureView in Android

4.5

HelloHere is the demo for making the smooth sign on the Android canvas. Android library for drawing smooth signatures. You can use for implementing in your application for drawing lines on canvas.Features:Customizable pen color and sizeBit map S... view more

Android Custom Signature, Android Sign view , Android Paint on Canvas, How to make a paint app

Android demo   kishan 2019-02-26

Whatsapp like camera for photos and video in Android

4.5

HelloHere is the demo for creating camera view like WhatsApp. If you click on the capture button then it will click photos. If you hold the button then it will record the video. There will be a preview after capturing a video or photo like insta... view more

Android camera tutorial, How to create a whatsapp layout camera, Instagram camera android, Take phot

Android demo   kishan 2019-02-25

YouTube Intro Video Play inside App in Android

4.5

This Demo plays YouTube video inside your app. You can show Intro video of your app directly from YouTube using this demo. Also can play any YouTube videos using this demo.... view more

YouTube Player, VideoPlayer, Video Streaming

Android demo   hardikmaru2001 2017-03-10