buzzmycode-blog
buzzmycode-blog
BUZZMYCODE
232 posts
Buzzing your life from assorted Coding,tips and general life opinion. Made your life Buzz by BuzzMyCode articles, share with world.
Don't wanna be here? Send us removal request.
buzzmycode-blog · 8 years ago
Text
Firebase Database Realtime CRUD example for Android
Firebase Database Realtime CRUD example for Android
For database application CRUD operation are used, which stand for  Create, Read, Update and Delete. As Firebase database which is one of the NoSQL database gaining more popularity and it’s used by developer is increasing rapidly, it will be beneficial if you have command on it. In this tutorial you will learn how to setup Realtime Firbase Database in your Android Application.
Many of you are…
View On WordPress
0 notes
buzzmycode-blog · 8 years ago
Text
How to integrate Paypal in Android Application
How to integrate Paypal in Android Application
If you wish to sell something through your app, then you need to integrate a payment method in your app.One of the worldwide used payment method is Paypal.
This article shall guide you on integrating payment method in your app, using the SDK provided by Paypal.
Sandbox Feature:
Paypal allows a sandbox feature to test payments since testing with actual money wouldn’t have been possible. Start by…
View On WordPress
0 notes
buzzmycode-blog · 8 years ago
Text
How to create Android Floating Widget!
How to create Android Floating Widget!
Floating widgets are basically views that float over the screen. They are particularly effective for multi-tasking because they allow the user to control two applications simultaneously. For instance, if we are typing a text message and a floating widget from the music player is  over the screen, then we can control music while typing the message at the same time. Sounds amazing, right! In this…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Text
Mobile Website Will have separate Google Index
Mobile Website Will have separate Google Index
With regular changes in the google search algorithm’s, now Google has come up with a new feature which will give website freedom to have separate Google Index for the mobile and desktop version of a website.
New Google Index news was announced by Gary Illyes who is working as webmaster trends analyst with Google, at Pubcon. The approximate date to introduced this feature in a live system will be…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Text
How to Create Facebook Reaction Poll Streaming
How to Create Facebook Reaction Poll Streaming
Yesterday I’ve seen a forum thread that points to some guys who made millions of Facebook likes and views in matter of 5-6 hours (screenshot taken a bit late).
Create Facebook Reaction Poll Streaming
You can expect a new and improved Facebook Voting Live Stream application very soon! We are working on it! Be the first to test – SUBSCRIBE to the email list in the right sidebar!
Live Demo of…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Photo
Tumblr media
How to Increase Twitter Followers Organically How to Increase Twitter Follower Organic
0 notes
buzzmycode-blog · 9 years ago
Text
ममता के बंगाल में नहीं चलेगा गौरक्षकों का आतंक, दीदी ने किया स्पष्ट
ममता के बंगाल में नहीं चलेगा गौरक्षकों का आतंक, दीदी ने किया स्पष्ट
पश्चिम बंगाल की मुख्यमंत्री ममता बनर्जी ने गौरक्षकों को साफ़ शब्दों में समझाते हुए कहा कि यदि किसी ने कानून तोड़ा तो कानून फिर अपने ढंग से काम करेगा.
ममता ने कहा कि, कोई शाकाहारी व्यक्ति शाकाहारी भोजन करेगा जबकि मांसाहारी व्यक्ति मांसाहार करेगा. उन्होंने भगवा संगठनो की और इशारा करते हुए कहा कि ये लोग बताने वाले कौन होते हैं कि मैं क्या खाउं.
उन्होंने गौमांस खाने का समर्थन करते हुए कहा कि सभी को…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Text
How to store data into SqLite from Android App
How to store data into SqLite from Android App
How to store data into SqLite from Android App
While developing app you might have thought about how to deal with the database. You can work with either online(MySql) database or with offline(Sqlite) database. Sqlite is the database that is used to store app data and comes with Android OS. Here you can deal with the database without requiring internet connection.
When the term Database comes in…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Text
Little Difference Between Trump And PM Modi, Says Kanhaiya Kumar In Kolkata
Little Difference Between Trump And PM Modi, Says Kanhaiya Kumar In Kolkata
KOLKATA: For the first time since he was charged with sedition in February, Jawaharlal Nehru University student leader Kanhaiya Kumar came to Kolkata on Thursday to a rousing reception by the CPI’s student front, AISA. But activists of ABVP, student body affiliated to the BJP, hurled eggs and bricks as he was escorted into the venue where he was to address a convention.
One policeman was injured…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Photo
Tumblr media
Adsense Updated Dashboard
0 notes
buzzmycode-blog · 9 years ago
Photo
Tumblr media
Dear Modi Bhakts, You’re Not The Choudharies Of Nationalism I have the right to question and criticise. It doesn't make me an anti-national. It doesn't make me a Congress supporter, aaptard, Pappu ka chamcha, Kejri ka chamcha, anti-Hindu, sickular, terrorist, Pakistani, Italian, etc.
0 notes
buzzmycode-blog · 9 years ago
Text
How to create Custom Grid View in Android
How to create Custom Grid View in Android
Yesterday I have written a post on Simple Grid View with single text view only. Now I am writing for the Custom Grid View having Image and Text View in each of its grid.
Adapter loads the Grid View with the data from data sources. For grid view with a single text we used ArrayAdapter of String type. For a Grid View with more than one widgets you need to create a Custom Adapter that is a user…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Link
Getting access to login android dashboard is happiest thing in the life of the blogger who want to monetize their content. For all the beginner’s blogger, we had come up with a new tutorial in which newbie will learn how to start with Adsense and what are the right steps to create Google AdSense by following our step by step guide to creating Adsense account.
0 notes
buzzmycode-blog · 9 years ago
Text
How to setup Adsense For Beginners
How to setup Adsense For Beginners
Getting access to login android dashboard is happiest thing in the life of the blogger who want to monetize their content. For all the beginner’s blogger, we had come up with a new tutorial in which newbie will learn how to start with Adsense and what are the right steps to create Google AdSense by following our step by step guide to creating Adsense account.
Step.1> Sign up for Adsense
Go to Ads…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Text
How to create simple GridView in Android
How to create simple GridView in Android
How to create simple GridView in Android
Grid View is one that displays the  data in two-dimensional scrolling grid. Adapter associated with the Grid View loads the data into the Grid View from different sources like array or cursor containing query result.
I am going to  show you how to create simple Grid View having single Text View in each of the grids. Let’s start :
Create new project as File…
View On WordPress
0 notes
buzzmycode-blog · 9 years ago
Photo
Tumblr media
Simple ways to double Adsense Revenue
0 notes
buzzmycode-blog · 9 years ago
Text
How to start developing Android Applications
How to start developing Android Applications
How to start developing Android Applications
If you are thinking to start the Android Apps(Application) development, give a look on this article. As a desirous software programmer, while using smart phones bearing Android OS you might have thought about how to develop Android App, Also students, or freshers might be thinking developing Android Apps will not be easy task. Yes, it is a challenging…
View On WordPress
0 notes