February 2019 Summaries
2 posts from Tabnine
Filter
Month:
Year:
Post Summaries
Back to Blog
Selecting the right IntelliJ color theme is crucial for developers as it can significantly impact productivity and comfort during long coding sessions. While preferences vary due to individual eye sensitivity and ambient lighting conditions, experimenting with themes that cater to both light and dark environments is recommended. Popular themes such as Tomorrow, Gruvbox, Solarized, Monokai, and Darcula offer various color schemes and contrasts to suit different needs and settings. Additionally, developers should consider factors like hardware, multitasking habits, and the use of color-correction software when choosing a theme. Staying updated with advancements in software development, including AI tools like Tabnine, is essential for optimizing coding efficiency and keeping pace with industry trends.
Feb 25, 2019
1,390 words in the original blog post.
Ubuntu users looking to develop Android apps can follow a detailed guide to install Android Studio, Google's official integrated development environment, on their systems. The guide covers installation on Ubuntu versions 16.04, 17.10, and 18.04, and is suitable for users of all experience levels. It outlines two main installation methods: using the Ubuntu Software Center for a straightforward GUI approach, and downloading from the official website for those preferring a manual setup. The guide emphasizes the need for Oracle JDK to ensure compatibility, providing commands for installation and configuration of the Java development kit. Users are advised to check their Java installation and set the JAVA_HOME environment variable correctly. Once Android Studio is installed, whether via the Software Center or the official website, users can launch the Setup Wizard to download additional components. The process includes creating a desktop entry for easy access, and the guide humorously encourages users to enjoy coffee during installation, reflecting the patience required for downloading large files and components.
Feb 18, 2019
890 words in the original blog post.