Posts

Showing posts from July, 2019

how to coding in PHP on Android ?

Image
Coding in Php on Android It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I’ll go into some editors, IDE’s and other options for editing php code (and running a development LAMP stack) on your android devices. Terminals Hackers Keyword  is a must, if not for anything else it has arrow keys to help you navigate. You aren’t going to get sublime text (or vs code) multi cursors, but you at least want direction arrows on your keyboard. CLICK HERE TO DOWNLOAD termux  is a must. If you have termux installed on your android device, then you can run ‘pkg install git’ to get your git command line utils. also ‘pkg install vim’ can help a ton too! CLICK HERE TO DOWNLOAD TERMUX Coding in php on android – git / scm / etc openhub  is a nice open source github client. It doesn’t let you directly clone repos, but it does let you copy the url so you can clone the repo form a te

How to read free books ofline ?

Image
READ THE FREE BOOKS  1.AnnyBooks AnyBooks offers all bestselling books for free. It is not your ordinary ebook reader for a pdf or epub file. It’s a comprehensive pocket library-whether you’re waiting for a bus, waiting for a friend or you’re in a rural area without the Internet. Or you’re just finishing a book and wonder which one comes the next? With AnyBooks, reading’s more fun and is much easier.  AnyBooks has all what you and all readers need, tons of genres to choose from: self help books, biography, business, Chick lit, Children’s books, Classic, comics, contemporary books, cookbooks, crime, Fantasy, Fiction, history, honor, religion, poetry, romance, thriller, young adults books, as well as bestselling novels or stories.                                People who used AnyBooks have ☆ Improved their English, Spanish, Portuguese, etc.  ✔ Found their favorite books which they have searched for a long time ☆ Read at any time and anywhere whenever they

How To Programing in Andoid Like pc ?

Image
pROGRAMMING WITH YOUR ANDROID SMARTPHONE: THE TOOLS YOU NEED Mobile phones are basically just mini portable computers these days. The best devices on the market can give you many of the features you can get with a regular laptop. Programming with a smartphone is therefore very possible. All a developer needs to know is the right tools to get. Unfortunately, information on how to use a phone as an environment for developing applications and websites is somewhat hard to find. Unless you’re very specific, searching the internet will often lead you to a page about how to code and debug apps that run on mobile phones. 1. Vim touch for android To develop on your smartphone, the first thing you’ll need is a source-code editor. Essentially, an editor will allow you to create and edit text files written in various programming languages. In other words, this is where you write your code. Similar to a desktop editor, your Android tool should be easy to navigate, customi