Are you over 18 and want to see adult content?
More Annotations

БеÑÐ¿Ð»Ð°Ñ‚Ð½Ð°Ñ Ð´Ð¾Ñка чаÑтных объÑвлений регионов РоÑÑии
Are you over 18 and want to see adult content?

Latest on Technology, Lifestyle, Business, Startups from TechLauncher
Are you over 18 and want to see adult content?

Full Spectrum LED Grow Lights - California LightWorks
Are you over 18 and want to see adult content?

Fundraising, crowdfunding e raccolta fondi online - Rete del Dono
Are you over 18 and want to see adult content?

Bitcoin Evolution - Official Trading Platform
Are you over 18 and want to see adult content?

Falcondale Life - A photography, family travel and lifestyle blog
Are you over 18 and want to see adult content?

Wisconsin Department of Financial Institutions
Are you over 18 and want to see adult content?

Württ. Kunstverein Stuttgart- Aktuelle Ausstellungen
Are you over 18 and want to see adult content?
Favourite Annotations

Startseite - bolletercomposites.ch
Are you over 18 and want to see adult content?

Watch Latest Movies and TV Shows Online Free on ONEFLIX.org
Are you over 18 and want to see adult content?

Movie TV Tech Geeks News - Latest Movie TV News and Much More
Are you over 18 and want to see adult content?

Entretenimento- notÃcias de famosos, música, TV e Cinema - Jovem Pan
Are you over 18 and want to see adult content?

operaciones unitarias
Are you over 18 and want to see adult content?

Imágenes para Peques - Tu sitio de imágenes infantiles
Are you over 18 and want to see adult content?
Text
need to add
ANDROID UPLOAD IMAGE TO NODE.JS SERVER Android Upload Image to Node.js Server. In this tutorial we are going to see how to upload image to a Node.js web server from Android. We are going to use a library called Ion to simplify the task which was published by Koushik Dutta. You can find the Github project here. Ourproject is
ANDROID LOGIN REGISTRATION SYSTEM WITH NODE.JS AND MONGODBHOW TO USE NODE JSNODE JS COMMANDSNODE JS FOR ANDROIDNODE JS MOBILE APPNODE JS SAMPLE APPRUN NODE JS ON ANDROID Lets see why we use these packages. express: express is a Node.js framework. It is used to simplify some of the basic tasks. mongoose: mongoose is a Node.js module which is used to interact easily withMongoDB databases.
ANDROID LOAD IMAGE FROM INTERNET (URL) Sometimes you may need to load an Image from URL in your Android app. If you are searching for a way, this tutorial shows you how to do thiswith less effort.
ANDROID POPULATE LISTVIEW FROM JSON Android Populate ListView from JSON – Example. November 2, 2013 Raj Amal Android Development 125 Comments. In this tutorial, we are going to learn how to parse JSON data from a URL and display it in ListView. We are going to use the default HttpURLConnection class for making HTTP Requests and also Google Gson for deserializing JSON data. DEVELOP A COMPLETE ANDROID LOGIN REGISTRATION SYSTEM WITH Note: This App will work only with working internet connection.If you want to test the App without internet remove the first Async Task which checks for internet connection in the Activity. Reset password feature works only if you hosted your PHP API in a live web server. ANDROID STATUS BAR NOTIFICATION A Notification is a message which is displayed in the Notification drawer and Notification Ticker is shown in the Status bar. In this tutorial we are going to see how to send Notifications from your Android Application and open the Notification in a new Activity. HOW TO INSTALL AND USE BBM (BLACKBERRY MESSENGER) ON PC Press and hold the Shift key and right click on the platform-tools folder and click on Open Command Window Here (for windows 7). 7.Now enter the command in the command prompt. adb install BBM.apk. 8.Wait for some minutes. Now BBM will be installed in your Virtual Device . LEARN TO HACK WIFI PASSWORD WITH UBUNTU (WPA/WPA2) Reaver 1.4 (Install in Step 1) 1) We need to have the wireless BSSID (Mac address) so we use airodump-ng. Open a terminal and Type : airmon-ng start wlan0. Type. airodump-ng mon0. It will lists the available wireless passwords, now copy the BSSID of the Access Point ( e.g : 00:11:28:32:49:55 ) 2) Starting the attack type: ANDROID SWITCHING BETWEEN ACTIVITIES In Android Studio select File -> New -> New Project. In the following screen enter a name for your App and a package name. In the following screens select your minimum API level and then Empty Activity. Then enter the Activity Class name and a name for the XML layout. Overall I have Created a new project with package name com.learn2crack HOW TO CHANGE THE SUBTITLE FONT COLOUR so here is a tutorial to change the subtitle font colour into any colour that you wish. 1.If you open any srt (subtitle) file using notepad it will have many lines like the one below. 2.In the above line as there is no Specification about colour in the above code it will be displayed in white. 3.To change the colour of that code youneed to add
ANDROID LOGIN REGISTRATION SYSTEM WITH NODE.JS AND MONGODBHOW TO USE NODE JSNODE JS COMMANDSNODE JS FOR ANDROIDNODE JS MOBILE APPNODE JS SAMPLE APPRUN NODE JS ON ANDROID Lets see why we use these packages. express: express is a Node.js framework. It is used to simplify some of the basic tasks. mongoose: mongoose is a Node.js module which is used to interact easily withMongoDB databases.
ANDROID UPLOAD IMAGE TO NODE.JS SERVER Android Upload Image to Node.js Server. In this tutorial we are going to see how to upload image to a Node.js web server from Android. We are going to use a library called Ion to simplify the task which was published by Koushik Dutta. You can find the Github project here. Ourproject is
ANDROID LOAD IMAGE FROM INTERNET (URL) Sometimes you may need to load an Image from URL in your Android app. If you are searching for a way, this tutorial shows you how to do thiswith less effort.
ANDROID POPULATE LISTVIEW FROM JSON Android Populate ListView from JSON – Example. November 2, 2013 Raj Amal Android Development 125 Comments. In this tutorial, we are going to learn how to parse JSON data from a URL and display it in ListView. We are going to use the default HttpURLConnection class for making HTTP Requests and also Google Gson for deserializing JSON data. DEVELOP A COMPLETE ANDROID LOGIN REGISTRATION SYSTEM WITH Note: This App will work only with working internet connection.If you want to test the App without internet remove the first Async Task which checks for internet connection in the Activity. Reset password feature works only if you hosted your PHP API in a live web server. ANDROID STATUS BAR NOTIFICATION A Notification is a message which is displayed in the Notification drawer and Notification Ticker is shown in the Status bar. In this tutorial we are going to see how to send Notifications from your Android Application and open the Notification in a new Activity. HOW TO INSTALL AND USE BBM (BLACKBERRY MESSENGER) ON PC Press and hold the Shift key and right click on the platform-tools folder and click on Open Command Window Here (for windows 7). 7.Now enter the command in the command prompt. adb install BBM.apk. 8.Wait for some minutes. Now BBM will be installed in your Virtual Device . ANDROID SWITCHING BETWEEN ACTIVITIES In Android Studio select File -> New -> New Project. In the following screen enter a name for your App and a package name. In the following screens select your minimum API level and then Empty Activity. Then enter the Activity Class name and a name for the XML layout. Overall I have Created a new project with package name com.learn2crack ANDROID CUSTOM SWIPE VIEW WITH RECYCLERVIEW The onChildDraw () method is used to draw custom view under the RecyclerView list item when swiped. Then we obtain the View object itemView from the RecyclerView.ViewHolder object. we can obtain the coordinates of Top,Bottom,Right,Left as float points using getTop (), getBottom (), getRight (), getLeft () methods. The concept is simple. ANDROID SWIPE VIEW WITH TAB LAYOUT The ViewPager Tab is set with the Adapter TabAdapter that we created earlier. We are going to enable the Tabs in the Action Bar using the statement setNavigationMode (ActionBar.NAVIGATION_MODE_TABS) . We use a TabListener in Action bar to display the Tab on selection. The Tab can be added by using addTab () method. ANDROID SPEECH RECOGNITION Android Speech Recognition – Example. December 13, 2013 Raj Amal Android Development 12 Comments. Speech Recognition is used to convert user’s voice to text. In this tutorial we are going to implement Google Speech Recognition in our Android Application which will convert user’s voice to text and it will display it in TextView. ANDROID UPLOAD IMAGE TO NODE.JS SERVER Android Upload Image to Node.js Server. In this tutorial we are going to see how to upload image to a Node.js web server from Android. We are going to use a library called Ion to simplify the task which was published by Koushik Dutta. You can find the Github project here. Ourproject is
HOW TO DEVELOP A ANDROID PHONEGAP APPLICATION FROM SCRATCH PhoneGap is a mobile development framework produced by Nitobi, purchased by Adobe Systems. It enables software programmers to build applications for mobile devices using JavaScript, HTML5, and CSS3, instead of device-specific languages such as Objective-C, Java etc.The software underlying PhoneGap is Apache Cordova. ANDROID STATUS BAR NOTIFICATION A Notification is a message which is displayed in the Notification drawer and Notification Ticker is shown in the Status bar. In this tutorial we are going to see how to send Notifications from your Android Application and open the Notification in a new Activity. HOW TO HOST YOUR WEBSITE ON DROPBOX Steps to Host your website on Dropbox. 1. Go to dropbox.com and sign up for a new Dropbox account.. 2. Download and install Dropbox client for your Operating System. 3. Now go to brace.io and click on login button in the top right corner.. 4. Brace asks to create new folder inDropbox.
INTERFACING A LED WITH RASPBERRY PI IN GPIO Instructions to Glow LED: 1.Just take a look at the GPIO diagram of Raspberry Pi, which will give you a understanding of GPIO structure. 2.Connect GPIO 25 of Raspberry Pi to to the Anode of the LED through connecting jumper wires and Breadboard. 3.Connect Ground of Raspberry Pi to Cathode of the LED through connecting wires and breadboard. ADD EXTRA FEATURES TO WHATSAPP USING WHATSAPPX Step 4: Personalizing the WhatsApp as you like. Open the WhatsAppX module and select the features that you want to add to your WhatsApp applicaton. whatsappx. Restart your WhatsApp (stop the application and start it) your new features will be shown next to the group or contact icon. Personalizing the WhatsApp as you like. LEARN TO HACK WIFI PASSWORD WITH UBUNTU (WPA/WPA2) Reaver 1.4 (Install in Step 1) 1) We need to have the wireless BSSID (Mac address) so we use airodump-ng. Open a terminal and Type : airmon-ng start wlan0. Type. airodump-ng mon0. It will lists the available wireless passwords, now copy the BSSID of the Access Point ( e.g : 00:11:28:32:49:55 ) 2) Starting the attack type: ANDROID SWITCHING BETWEEN ACTIVITIES In Android Studio select File -> New -> New Project. In the following screen enter a name for your App and a package name. In the following screens select your minimum API level and then Empty Activity. Then enter the Activity Class name and a name for the XML layout. Overall I have Created a new project with package name com.learn2crack HOW TO CHANGE THE SUBTITLE FONT COLOUR so here is a tutorial to change the subtitle font colour into any colour that you wish. 1.If you open any srt (subtitle) file using notepad it will have many lines like the one below. 2.In the above line as there is no Specification about colour in the above code it will be displayed in white. 3.To change the colour of that code youneed to add
ANDROID UPLOAD IMAGE TO NODE.JS SERVER Android Upload Image to Node.js Server. In this tutorial we are going to see how to upload image to a Node.js web server from Android. We are going to use a library called Ion to simplify the task which was published by Koushik Dutta. You can find the Github project here. Ourproject is
ANDROID LOGIN REGISTRATION SYSTEM WITH NODE.JS AND MONGODBHOW TO USE NODE JSNODE JS COMMANDSNODE JS FOR ANDROIDNODE JS MOBILE APPNODE JS SAMPLE APPRUN NODE JS ON ANDROID Lets see why we use these packages. express: express is a Node.js framework. It is used to simplify some of the basic tasks. mongoose: mongoose is a Node.js module which is used to interact easily withMongoDB databases.
ANDROID LOAD IMAGE FROM INTERNET (URL) Sometimes you may need to load an Image from URL in your Android app. If you are searching for a way, this tutorial shows you how to do thiswith less effort.
ANDROID POPULATE LISTVIEW FROM JSON Android Populate ListView from JSON – Example. November 2, 2013 Raj Amal Android Development 125 Comments. In this tutorial, we are going to learn how to parse JSON data from a URL and display it in ListView. We are going to use the default HttpURLConnection class for making HTTP Requests and also Google Gson for deserializing JSON data. DEVELOP A COMPLETE ANDROID LOGIN REGISTRATION SYSTEM WITH Note: This App will work only with working internet connection.If you want to test the App without internet remove the first Async Task which checks for internet connection in the Activity. Reset password feature works only if you hosted your PHP API in a live web server. ANDROID STATUS BAR NOTIFICATION A Notification is a message which is displayed in the Notification drawer and Notification Ticker is shown in the Status bar. In this tutorial we are going to see how to send Notifications from your Android Application and open the Notification in a new Activity. HOW TO INSTALL AND USE BBM (BLACKBERRY MESSENGER) ON PC Press and hold the Shift key and right click on the platform-tools folder and click on Open Command Window Here (for windows 7). 7.Now enter the command in the command prompt. adb install BBM.apk. 8.Wait for some minutes. Now BBM will be installed in your Virtual Device . LEARN TO HACK WIFI PASSWORD WITH UBUNTU (WPA/WPA2) Reaver 1.4 (Install in Step 1) 1) We need to have the wireless BSSID (Mac address) so we use airodump-ng. Open a terminal and Type : airmon-ng start wlan0. Type. airodump-ng mon0. It will lists the available wireless passwords, now copy the BSSID of the Access Point ( e.g : 00:11:28:32:49:55 ) 2) Starting the attack type: ANDROID SWITCHING BETWEEN ACTIVITIES In Android Studio select File -> New -> New Project. In the following screen enter a name for your App and a package name. In the following screens select your minimum API level and then Empty Activity. Then enter the Activity Class name and a name for the XML layout. Overall I have Created a new project with package name com.learn2crack HOW TO CHANGE THE SUBTITLE FONT COLOUR so here is a tutorial to change the subtitle font colour into any colour that you wish. 1.If you open any srt (subtitle) file using notepad it will have many lines like the one below. 2.In the above line as there is no Specification about colour in the above code it will be displayed in white. 3.To change the colour of that code youneed to add
ANDROID UPLOAD IMAGE TO NODE.JS SERVER Android Upload Image to Node.js Server. In this tutorial we are going to see how to upload image to a Node.js web server from Android. We are going to use a library called Ion to simplify the task which was published by Koushik Dutta. You can find the Github project here. Ourproject is
ANDROID LOGIN REGISTRATION SYSTEM WITH NODE.JS AND MONGODBHOW TO USE NODE JSNODE JS COMMANDSNODE JS FOR ANDROIDNODE JS MOBILE APPNODE JS SAMPLE APPRUN NODE JS ON ANDROID Lets see why we use these packages. express: express is a Node.js framework. It is used to simplify some of the basic tasks. mongoose: mongoose is a Node.js module which is used to interact easily withMongoDB databases.
ANDROID LOAD IMAGE FROM INTERNET (URL) Sometimes you may need to load an Image from URL in your Android app. If you are searching for a way, this tutorial shows you how to do thiswith less effort.
ANDROID POPULATE LISTVIEW FROM JSON Android Populate ListView from JSON – Example. November 2, 2013 Raj Amal Android Development 125 Comments. In this tutorial, we are going to learn how to parse JSON data from a URL and display it in ListView. We are going to use the default HttpURLConnection class for making HTTP Requests and also Google Gson for deserializing JSON data. DEVELOP A COMPLETE ANDROID LOGIN REGISTRATION SYSTEM WITH Note: This App will work only with working internet connection.If you want to test the App without internet remove the first Async Task which checks for internet connection in the Activity. Reset password feature works only if you hosted your PHP API in a live web server. ANDROID STATUS BAR NOTIFICATION A Notification is a message which is displayed in the Notification drawer and Notification Ticker is shown in the Status bar. In this tutorial we are going to see how to send Notifications from your Android Application and open the Notification in a new Activity. HOW TO INSTALL AND USE BBM (BLACKBERRY MESSENGER) ON PC Press and hold the Shift key and right click on the platform-tools folder and click on Open Command Window Here (for windows 7). 7.Now enter the command in the command prompt. adb install BBM.apk. 8.Wait for some minutes. Now BBM will be installed in your Virtual Device . ANDROID SWITCHING BETWEEN ACTIVITIES In Android Studio select File -> New -> New Project. In the following screen enter a name for your App and a package name. In the following screens select your minimum API level and then Empty Activity. Then enter the Activity Class name and a name for the XML layout. Overall I have Created a new project with package name com.learn2crack ANDROID CUSTOM SWIPE VIEW WITH RECYCLERVIEW The onChildDraw () method is used to draw custom view under the RecyclerView list item when swiped. Then we obtain the View object itemView from the RecyclerView.ViewHolder object. we can obtain the coordinates of Top,Bottom,Right,Left as float points using getTop (), getBottom (), getRight (), getLeft () methods. The concept is simple. ANDROID SWIPE VIEW WITH TAB LAYOUT The ViewPager Tab is set with the Adapter TabAdapter that we created earlier. We are going to enable the Tabs in the Action Bar using the statement setNavigationMode (ActionBar.NAVIGATION_MODE_TABS) . We use a TabListener in Action bar to display the Tab on selection. The Tab can be added by using addTab () method. ANDROID SPEECH RECOGNITION Android Speech Recognition – Example. December 13, 2013 Raj Amal Android Development 12 Comments. Speech Recognition is used to convert user’s voice to text. In this tutorial we are going to implement Google Speech Recognition in our Android Application which will convert user’s voice to text and it will display it in TextView. ANDROID UPLOAD IMAGE TO NODE.JS SERVER Android Upload Image to Node.js Server. In this tutorial we are going to see how to upload image to a Node.js web server from Android. We are going to use a library called Ion to simplify the task which was published by Koushik Dutta. You can find the Github project here. Ourproject is
HOW TO DEVELOP A ANDROID PHONEGAP APPLICATION FROM SCRATCH PhoneGap is a mobile development framework produced by Nitobi, purchased by Adobe Systems. It enables software programmers to build applications for mobile devices using JavaScript, HTML5, and CSS3, instead of device-specific languages such as Objective-C, Java etc.The software underlying PhoneGap is Apache Cordova. ANDROID STATUS BAR NOTIFICATION A Notification is a message which is displayed in the Notification drawer and Notification Ticker is shown in the Status bar. In this tutorial we are going to see how to send Notifications from your Android Application and open the Notification in a new Activity. HOW TO HOST YOUR WEBSITE ON DROPBOX Steps to Host your website on Dropbox. 1. Go to dropbox.com and sign up for a new Dropbox account.. 2. Download and install Dropbox client for your Operating System. 3. Now go to brace.io and click on login button in the top right corner.. 4. Brace asks to create new folder inDropbox.
INTERFACING A LED WITH RASPBERRY PI IN GPIO Instructions to Glow LED: 1.Just take a look at the GPIO diagram of Raspberry Pi, which will give you a understanding of GPIO structure. 2.Connect GPIO 25 of Raspberry Pi to to the Anode of the LED through connecting jumper wires and Breadboard. 3.Connect Ground of Raspberry Pi to Cathode of the LED through connecting wires and breadboard. ADD EXTRA FEATURES TO WHATSAPP USING WHATSAPPX Step 4: Personalizing the WhatsApp as you like. Open the WhatsAppX module and select the features that you want to add to your WhatsApp applicaton. whatsappx. Restart your WhatsApp (stop the application and start it) your new features will be shown next to the group or contact icon. Personalizing the WhatsApp as you like.__Menu
* HOME
* ANDROID DEVELOPMENT* Data Binding
* Google Maps
* Login Registration* Material Design
* Nfc
* OpenCV
* Picasso
* RecyclerView
* Retrofit
* RxJava
* ANDROID
* ANDROID STUDIO
* UBUNTU
* MISC
* Raspberry Pi
* WordPress
* VIDEOS
ANDROID WORKING WITH RETROFIT AND RXJAVA IN KOTLIN November 23, 2017Raj AmalAndroid Development
4 Comments
kotlin
, retrofit
, rxjava
Read More
GETTING STARTED WITH ANDROID DEVELOPMENT IN KOTLIN November 23, 2017Raj AmalAndroid Development
1 Comment
kotlin
Read More
ANDROID UPLOAD IMAGE USING RETROFIT #2 August 8, 2017Raj AmalAndroid Development
12 Comments
retrofit
Read More
CREATING NODE.JS SERVER TO UPLOAD IMAGES #1 August 8, 2017Raj AmalNode.js
3 Comments
nodejs
Read More
ANDROID MATERIAL DESIGN TABS WITH TABLAYOUT July 4, 2017Raj AmalAndroid Development
6 Comments
material
design Read More
HOSTING NODE.JS AND MONGODB PROJECTS FOR FREE June 19, 2017Raj AmalNode.js
1 Comment
nodejs
Read More
ANDROID USING BOTTOMNAVIGATIONVIEW June 6, 2017Raj AmalAndroid Development
17 Comments
Read More
ANDROID USING SAFETYNET TO CHECK DEVICE SECURITY March 12, 2017Raj AmalAndroid Development
15 Comments
Read More
ANDROID USING SEARCHVIEW WITH RECYCLERVIEW March 6, 2017Raj AmalAndroid Development
47 Comments
recycler
view Read More
ANDROID USING QUICK SETTINGS TILES February 27, 2017Raj AmalAndroid Development
0 Comments
Read More
Load More
TAGS
4.2.2 4.3
abc
Action Bar
AlertDialog
Android
Android 4.4
Android 5.0
Android apk
Android Desktop OS
Apps
BBM
Free Download
Genymotion
Google Play
Google Play ServicesHack
KitKat
kotlin
Linux
ListView
load image
login register
login register
authentication
material design
mongodb nodejs
opencv
Python
Raspberry Pi
recycler view
retrofit
rxjava
SQLite
Surf
Terminal
Tips
Torrent
Transfer Files
Tricks
Ubuntu
Windows
WordPress
xposed framework
RECENT POSTS
* Android working with Retrofit and RxJava in Kotlin * Getting Started with Android Development in Kotlin * Android Upload Image using Retrofit #2 * Creating Node.js server to upload Images #1 * Android Material Design Tabs with TabLayoutJune 2021
M
T
W
T
F
S
S
Nov
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Learn2Crack © 2018. All Rights Reserved.* Contact Us
* Advertise
* Donate
* Disclaimer
* Our Team
* Terms of Use
* Privacy Policy
* Sitemap
Menu
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you arehappy with it.Ok
Details
Copyright © 2023 ArchiveBay.com. All rights reserved. Terms of Use | Privacy Policy | DMCA | 2021 | Feedback | Advertising | RSS 2.0