Category: Development

  • Android Studio 2019 3.5.1 Free

    Android Studio 2019 3.5.1 Free

    Android Studio is the official IDE for android application development.It works based on IntelliJ IDEA, You can download the latest version of the android studio from Android Studio 2.2 Download, If you are new to installing Android Studio on windows,you will find a file, which is named as android-studio-bundle-143.3101438-windows.exe.So just download and run on windows machine according to android studio wizard guideline.

    If you are installing Android Studio on Mac or Linux, You can download the latest version from Android Studio Mac Download,or Android Studio Linux Download, check the instructions provided along with the downloaded file for Mac OS and Linux. This tutorial will consider that you are going to set up your environment on a Windows machine having Windows 8.1 operating system.

    I’ve been using android studio for more than a year now and I’ve made a few apps. If you are making professional quality apps, then I can suggest you no better software to do it other than Android Studio.

    Android studio is a PC software that can be used on Windows to make professional-quality apps using Javascript or kotlin programming languages. Android studio is made by Google, the company which owns Android and so you can be sure that it’s if maximum compatibility it is up to date.

    Android studio also has many tills build in to test and debug our apps right inside the software itself. Also many other designing stuff can be also done right from the android studio, ethicheran otherwise requires the use of other software.

    The only downside of the software is that it requires a powerful pc to run it or it will perform poorly. Android Studio does a powerful job and so it may require more resources. This is the best software available to make apps and best of all, it’s free.

    You will be delighted, to know that you can start your Android application development on either of the following operating systems −

    Microsoft® Windows® 10/8/7/Vista/2003 (32 or 64-bit)
    Mac® OS X® 10.8.5 or higher, up to 10.9 (Mavericks)
    GNOME or KDE desktop
    Second point is that all the required tools to develop Android applications are open source and can be downloaded from the Web. Following is the list of software’s you will need before you start your Android application programming.

    Java JDK5 or later version
    Java Runtime Environment (JRE) 6
    Android Studio

  • Brackets 1.14 – A Modern open Source Code Editor Free Download

    Brackets 1.14 – A Modern open Source Code Editor Free Download

    Anyone working with WordPress or websites in general sooner or later has need for a code editor. Whether for some quick and dirty CSS hacking, modifying or creating page templates or setting up a child theme (for example, for a Divi theme), there are so many opportunities where normal text editors simply don’t cut it.

    In our ongoing quest to find the best code editors, we have already looked deeply into Atom and Sublime Text. Both are excellent options. From here, we are moving on to another popular option: Brackets by Adobe.

    Pros and Cons

    Javascript auto minification
    Code auto-completion
    Extensibility (custom add-ons) is easy to configure. Many are available for code beautification, formatting, syntax checking.
    Can be a little slow to open and render larger files at times relative to a similar application running on the same computer.
    Some plugins have performance or quality issues (not the fault of Brackets per se, but with the ecosystem of extensions).
    Color schemes, styling ease of use could be improved. For example, provide out-of-the-box schemes like “high-contrast, night-time, bold.”

    Syntax highlighting
    Visually parses large amounts of code to highlight specific items or item types to denote them with a different color, background, or font.

    Autocompletion
    Autocompletes common functions or expressions to save the time of manually typing frequently-used terms.

    Find and replace
    Helps Find specific lines of code and replace them with a new command without scrolling through all of your code can save a huge amount of time.

    Code folding
    Hides specific sections or lines of code within the editor without losing any work.

    Brackets is the workhorse for developing HTML and CSS projects. There is a lot of overlap in the world of text editors, and we actually use several, as they are useful for different things. The niche Brackets fills, it fills nicely, with a few specific conveniences. The specific features that make it such a time-saver are the image hover info and the live updating browser view.

    Setup and First Impressions
    Brackets is free to download from the official website and the installation only takes a minute to completely. After that, Brackets takes up about 120MB on your hard drive. That’s about half of what Atom needs but several times the size of Sublime Text. Same goes for startup time which lies somewhere between the two competitors.

    brackets start screen

    There’s a hint that Brackets will periodically send anonymous health reports back to Adobe for improvement. If you need more info, click the link and it will take you to a page with more details (including how to turn the reports off).

    The introduction, which is written as an HTML file, contains a warm welcome, details about the editor, feature highlights and first steps. If you have Chrome installed, you might want to click the lightning symbol in the upper right corner to automatically open it in Google’s browser.

    brackets start live preview

    This makes it much easier to read (as you can see below). More about this feature further below.

    brackets help file in browser

    If you want to start your own project, you can go the usual way via File > Open Folder or use the drop-down menu on the left where it says Getting Started. You can also use this button to switch between active projects.

    brackets start new project from sidebar

    Apart from that, everything is pretty standard. Files and directories are displayed on the left and files open on the right side when clicked. A double click or editing moves them upward to the Working Files section.

    So far so clear? Ok, then let’s peek under the hood of Brackets to see what the code editor has to offer feature wise.