We moved
We moved. The Developer’s Info bought own domain.
I invite all to visit new site
http://thedevelopersinfo.com
I will not update http://thedevelopersinfo.wordpress.com/
Thanks a lot for your attention.
Using SubActivities in Android
We moved. Please visit this link for this post.
Sometimes you need to run some Activity, do some operation there and return some value to parent Activity. For this situation Android has possibility to run Activity for result. Read more…
Viewing logs and exceptions in Android
We moved. Please visit this link for this post.
I found that there is no logcat console in android plugins for NetBeans and IDEA 8.
But when you develop application you need to see exceptions or see simple log.
I am going to show how easy is to see all these things in system console.
At first you should have installed Android SDK.
At second type in your console:
adb logcat
Note: emulator instance should be working.
IntelliJ IDEA 9 Beta is released
We moved. Please visit this link for this post.
Good news for all who use IDEA. JetBrains announced that anybody can download and try their IDEA 9 Beta.
Some new features:
- Faster Environment
- Improved Code Understanding
- Cleaner, More Productive Coding
- More Efficient User Interface
- More Flexible Project Structure
- Preliminary Java 7 Features Support
- Java EE 6 Support
- Improved Groovy support
- Extended Polyglot Arsenal
- New Web Frameworks Support
- OSGi Application Development
- Enhanced Maven Support
- Android Development
- Better JavaScript and HTML
- Flex Development
- Context Management
- UML Support
- Version Control Integration