Styling the google map in your android application
DCDROID
by Darshit Chokshi
4y ago
Are you bored with the old styled google map and wanted to drench it will eye-gazing colours and good feels? You can style your normal type map with cool themes and colours by using a JSON file. You need to create a JSON file that specifies all the attributes/elements and features of the google map with its colour. A typical styling JSON File looks like below: [ { "elementType": "geometry", "stylers": [ { "color": "#1d2c4d" } ] }, { "elementType": "labels.text.fill", "stylers": [ { "color": "#8ec3b9" } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "color": "#1a3646 ..read more
Visit website
Styling the google map
DCDROID
by Darshit Chokshi
4y ago
Are you bored with the old styled google map and wanted to drench it will eye-gazing colours and good feels? You can style your default map to with cool themes and colours by using JSON file ..read more
Visit website
Android Studio Version 3.6.3 Released
DCDROID
by Darshit Chokshi
4y ago
..read more
Visit website
Fetching data from server into flutter app using GRAPHQL
DCDROID
by Darshit Chokshi
4y ago
Introduction to GRAPHQL Till now we relied on REST API for fetching the data from server, and it works fine though some of limitations are there in using REST API, like there is no limitation of the flexibility and efficiency. GraphQL overcomes this limitation of REST API. GraphQL is an open-source data query and manipulation language for the query, and a runtime for fulfilling queries with existing data. GraphQL is developed by Facebook and was released initially in 2015 ..read more
Visit website
Debug an android application wirelessly
DCDROID
by Darshit Chokshi
4y ago
We all know how to debug or run android application into android devices using cables. But as this world is turning everything to wireless, so do we can do same with over android development by going wireless. Going wireless can help us from all the wire related inconvenience like loose wire cables that disconnect your device from computer while debugging app. To overcome this issue there is a simple way to connect the android device with our computers using ADB (Android Debug Bridge) over Wi-fi. You need cable for initial setup for once and make sure that the android device and computer ..read more
Visit website
We all know how to debug or run android applica...
DCDROID
by Darshit Chokshi
4y ago
We all know how to debug or run android application into android devices using cables. But as this world is turning everything to wireless, so do we can do same with over android development by going wireless. Going wireless can help us from all the wire related inconvenience like loose wire cables that disconnect your device from computer while debugging app. To overcome this issue there is a simple way to connect the android device with our computers using ADB (Android Debug Bridge) over Wi-fi. You need cable for initial setup for once and make sure that the android device and computer ..read more
Visit website
CI/CD - Continuous Integration / Continuous Deployment
DCDROID
by Darshit Chokshi
4y ago
In software development, CI/CD are combined practices of continuous delivery and/or  continuous deployment. <h1>Continuous Integration</h1> Run automatic code quality scans on it and generate a report of how well your latest changes adhere to good coding practices. Build the code and run any automated tests that you might have written to make sure your changes didn't break any functionality. Generate and publish a test coverage report to get an idea of thorough your automated tests are. <h1>Continuous Deployment</h1> Deploying code can be hard. if you've eve ..read more
Visit website
Debug android app wirelessly
DCDROID
by Darshit chokshi
4y ago
We all know how to debug or run your application into your android devices using cables. But as this world is turning everything to wireless, so do we can do same with over android development by going wireless. Going wireless can help us from all the wire related inconvenience like loose wire cables that disconnect your device from computer while debugging app. To overcome this issue there is a simple way to connect the android device with our computers using ADB (Android Debug Bridge) over Wi-fi. You need cable for initial setup for once and make sure that the android device and compu ..read more
Visit website
Prevent reverse-engineering using Obfuscation
DCDROID
by Darshit chokshi
4y ago
Reverse Engineering : It is process that enables one to duplicate or enhance an existing part of object.Software reverse engineering is reversing a program's machine code(the string of 0s and 1s that are sent to the logic processor) back to source code, that it was written in, using program language statements. In android development reverse engineering means to convert an APK back to its source code. Android's openness makes it a favorable environment for reverse engineers. Compared to "the other" mobile os, Android offers reverse engineers more advantage. As android is open source t ..read more
Visit website
Android Q Changelogs
DCDROID
by Darshit chokshi
4y ago
With each new android version there is something new surprising feature knocking the door out to mobile phones.Here i will share some amazing new features that are packed in the new Android Q version(beta) released on 13th march 2019 for Google pixel phones. 1.) Advance control over location permissions. As we all know with Marshmallow, android has given us flexibility over choosing the permission runtime, by asking user what to allow and what to deny at runtime. Here with major update of Android Q, the permission model is extended with Advance control. With Android Q now user has mo ..read more
Visit website

Follow DCDROID on FeedSpot

Continue with Google
Continue with Apple
OR