Click here to Skip to main content
15,891,864 members
Everything / Google

Google

Google

Great Reads

by SeaWater
How to add translation features to your program. This is not for bulk or commercial usage but for lite usage. For business purposes, use the paid service.
by g96b10
Musings, tips, and lessons learned from developing a physical device, serverless back-end, and Android app
by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
by Isaac RF
To create visually engaging apps, displaying images is a must. Learn to display Bitmaps Efficiently on your Android apps, without giving away performance. The post Displaying Bitmaps Efficiently on Android apps appeared first on Isaac RF.

Latest Articles

by Dev Leader
Access Google Sheets via C#; Start simple, optimize later!
by adriancs
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication
by Glenn Viroux
A step-by-step tutorial on how to deploy your Next.js project to Firebase
by PascalLandau
How to create VMs, use a container registry and a secret manager

All Articles

Sort by Title

Google 

11 Feb 2019 by frez
.NET Core Razor Page Email Form using SendGrid and reCaptcha
2 Feb 2010 by amihar1727
can anyone help me on how to connect to google chrome. i would like to build a standalone c++ application(probably a dll) that would list events done by the browser.Probably like the BHO implementation of IE.can anyone give the first thing or steps to do about it?!thanks alot:) help much...
13 Mar 2016 by Gregory Morse
Custom TAUS Data Provider to allow increased multilingual support using Google Translate's web interface
3 Sep 2022 by PascalLandau
How to create VMs, use a container registry and a secret manager
23 Jul 2013 by Nakx95
Hi every one ,i'm new here and this is my firt question...Is there anyone who knows an api a web service an aplication or some surce code that trough a simple word fuonds all relate and existing internet urls ?Thanks in advance and excuse my english.
2 Dec 2015 by Anele 'Mashy' Mbanga
Explore your Genymotion Device folders
12 Sep 2013 by ♥…ЯҠ…♥
Hi Friends, Am using Google Visualization Column charts in my application.Go to google visual playground and select columnchart and paste the below code you can see the column bar chart​function drawVisualization() { // Create and populate the data table. var data =...
5 Feb 2018 by Jagrit_Vishwa
Hello everyone, I am new to android and I want to make an app that get my device (mobile phone) location and on my custom map it should show a marker (just like it shows my location when we open official google map) and after exiting/restarting the app it should save my last (visited) location...
31 Jan 2018 by David Crow
Save the coordinates in the activity's onStop() method. In the activity's onCreate() method, it should check the savedInstanceState parameter for previously saved coordinates. Depending on your app's design, you may have to use onSaveInstanceState() and onRestoreInstanceState() instead.
1 Feb 2018 by shwetakakran
To Display a map, using the Google Maps Android API you have to add fragments to your activity like this. Add a Fragment element to your activity's layout file name isactivity_maps.xml. This element defines a SupportMapFragment to act as a container for the map and to provide access to the...
5 Feb 2018 by Jagrit_Vishwa
here is my solution Activity class private void getLocationFromDataBase() { DatabaseHelper myDB = new DatabaseHelper(this); List lls = myDB.getAllLATLNG(); for (LatLng ll : lls) { LatLng coordinate = new LatLng(ll.latitude, ll.longitude); ...
28 Apr 2019 by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
29 Jan 2014 by Member 10502660
Hello,I am a retail airtime seller in srilanka.I want to create a airtime reloading softwareCould somebody say where to start
10 Jul 2008 by pabmohan
Example on how to use AutoCompleteExtender to make a search like Google Suggest.
25 Apr 2013 by Mr.Kenzy
Hi everybody !!!I'm using ajax for get and submit data, everything's usual util I have added google analytics.It generate automatics an Iframe tag in every pages :
15 May 2020 by Rion Williams
Some recommended readings about streaming systems
10 Mar 2019 by Ryan Peden
Get up and running with serverless by creating a geocoding function on Azure