Pages

Showing posts with label developers. Show all posts
Showing posts with label developers. Show all posts

Saturday, July 22, 2017

Developers essential toolkit

Developers essential toolkit


strace, lsof, and netstat are incredibly useful tools

http://www.anchor.com.au/blog/2012/06/sysadmins-essential-diagnostic-toolkit/
Read more »

Sunday, June 25, 2017

Developers Can Now Bring Their Android Apps to Chrome OS

Developers Can Now Bring Their Android Apps to Chrome OS


omgchrome android app on desktop
Testing our own app with Google�s �ARC Welder� tool
Last year Google slowly began bringing select Android apps to the Chrome Web Store, allowing a batch of useful mobile apps to run on Chromebooks and other Chrome devices.
Android applications run on Chrome OS through a native client extension called �App Runtime for Chrome�, more commonly known as �ARC�, which runs Android codes at near-native speed through a sandboxed Dalvik VM.
In the months following the announcement of ARC over thirty Android apps have been added to the Web Store, including productivity powerhouse Evernote, PDF mark-up tool iAnnotate and social media fave Vine.
Some Chrome users have grown a little impatient at the slow rate of porting more desirable apps over (think Flipboard, VLC, Skype, etc) despite many lesser known utilities and educational tools wrangling their into the Web Store.
Today that changes.

ARC Opens To All

At its press event Google confirmed it plans to open the ARC programme to all Android developers, not just a select few. This means developers themselves can now dive in to test their Android app in Chrome against the ARC plugin to see what works and make changes, like adding support for keyboard tab keys and mouse input, as needed.
Finally, if all works as intended, they are free to promptly publish it to the Chrome Web Store for users to enjoy.
And there�s you thinking it was all new convertible Chromebooks and low-cost Chromebits announced!
In unlocking the flood gates for Android app developers to bring their wares to Chrome OS Google risks seeing developers shun native Chrome Apps (written in web technologies, running offline, leveraging system hardware APIs, etc) in favour of lazy ports.
Similarly, with a big focus due on Service Workers, its plan to app-ify websites with offline and push messaging features, the need for a bona-fide �Web App� is also lessened.
But whatever mess it makes for a consistent developer story it does, for now, mean more apps for users, more opportunities for developers, and more momentum for the Chrome project.
arc welder

How To Test Android Apps for Chrome Using ARC Welder

The official Chrome developer documentation details the full recommended way for Android devs to get started with ARC.
In short, developers need three things:
  • An APK of the application they wish to test
  • A PC, Mac or Chromebook running Chrome v40 or later
  • The ARC Welder app from the Chrome Web Store
Installing the ARC Welder app from the Web Store also downloads ARC plugin itself (even on Windows, Mac or Linux). Since the plugin is more than 100MB in size eager mobile devs should only install it when not on a metered, cellular or slow connection.
Once up and running the ARC Welder app simplifies the entire process;
  • Open ARC Welder
  • Add .apk
  • Set configuration values (layout, orientation, etc)
  • Test
Google say developers should strive to ensure that an app works well for touch and non-touch Chromebooks, should ideally test on the Chrome OS Stable Channel and cautions that the plugin does not yet support all of Google Play Services yet.
ARC Welder allows .apk files to be quickly exported into a .zip file for easy submission to the Chrome Web Store.
Read more »

Thursday, June 22, 2017

Discussion group for Robocode engine developers

Discussion group for Robocode engine developers


Hi,

because lot of great ideas are flying in emails among us Robocode developers, contributors, developers of extensions and veteran Robocoders, I created new discussion group robocode-developers@googlegroups.com to improve spreading of information. Please, if you feel that you belong to some of groups above or belong there potentially, join us.
This group is NOT for support of Robocode users, if you need help with writing your robot, please use Robocode@yahoogroups.com

Whole discussion should have circa following rules:
1) Ideas are welcome.
2) We are looking for contributions not for demands. All of us work in our free time, so if you have an idea, but you do not will to work hard on it, it is just wish. Your idea could be used by some of us or not. We may ask you to fill such idea as a feature request. We welcome feature requests.
3) Discussion should be constructive. We are trying to improve our great toy for everyone. So we should give each other as much freedom to implement our own ideas as possible.
4) For sure, we will have different opinions. In case that we will be unable to find common ground or conclusion, Flemming will decide which direction to go.
5) Flame war or holy wars about operating systems, platforms, languages, etc. are silly, please go private to discuss them.

Thanks,
Pavel �avara
Read more »

Tuesday, May 16, 2017

Diablo III Developers Interview

Diablo III Developers Interview


AusGamers interview Diablo III: Reaper of Souls Lead Designer Kevin Martens and Lead Writer Brian Kindregan to talk about their forthcoming expansion.


Click here for the interview.
Read more »

Thursday, April 20, 2017

Did Apple give gag orders to Apple Watch app developers

Did Apple give gag orders to Apple Watch app developers



Apple Watch developers who attended clandestine development workshops in Cupertino this year have reportedly been sworn to secrecy regarding the wearables capabilities.
Apple has urged these app developers to zip their lips regarding what theyre working on, according to 9 to 5 Mac, which allegedly spoke with multiple developers involved.
Rather than promoting their apps ahead of time with details, screenshots and videos, or other materials and information, the devs apparently have to wait for Apple to reveal the Watchs final form on March 9.
But even then they may not be free to discuss their work, as Apple has reportedly asked some developers to wait until late March or early April to reveal their Apple Watch applications.

Controlling the message

It seems Apple is intent not only on controlling all the messaging around the Apple Watch - which is definitely not surprising when it comes to Apple - but also on doing all the marketing for its key WatchKit developers.
The iPhone maker also reportedly asked developers for code and assets to include in its March 9 presentation.
A strong suite of apps is essential for any new product launch at this point, and it seems like the Apple Watch will have that right away - or, at least, Apple is going to do its best to make it seem that way.
Read more »

Sunday, April 2, 2017

Developers Guide for building Robocode has been updated

Developers Guide for building Robocode has been updated


The Developers Guide for building the Robocode game has now been updated to reflect the change from using CVS to using SVN. In addition, more hints has been added to ease building Robocode from the Eclipse IDE.

You can read the Developer Guide here
Read more »