Meetup for BlackBerry 10 release 1.1.3

I just got the update 1.1.3 for my Meetup for BlackBerry 10 app in BlackBerry World. I didn’t put in all the changes that I wanted to, mostly because of issues that came up while I was making the upgrade. Beyond my computer having problems, Meetup had a DDoS attack, which brought the app down for over a week. Unfortunately for my app reviews, a few people downloaded the app during that time and couldn’t get the app working. Because of that, I decided to release the app with what I had changed and then start another version with some Continue reading Meetup for BlackBerry 10 release 1.1.3

Cascades and auto animation

While I am trying to work on the next release for my Meetup app, I decided to take a little diversion to make a simple game app. Well, simple game app has taken a little bit longer than expected, but while working on the code, I learned a little unexpected feature about Cascades. When you want to place an item in a Container, you can let the Container handle the placement, or you can set the X and Y coordinates for the control (which is a subclass of a VisualNode). The values to set are the TranslationX and TranslationY, which Continue reading Cascades and auto animation

Fly FLy Up Testing and Review

As part of being a developer you end up spending some time in developer forums. Usually those forums are part of the official site for the development tool or application. But, sometimes you end up in a fan forum that happens to have a developer forum of its own, like the one on CrackBerry.com. And sometimes when you want to find an active group of new developers, you end up in a BBM Group for new developers called Baby Steps: BB Dev. Well, that’s where I found myself when a user named Tom asked for some help. Tom was dipping Continue reading Fly FLy Up Testing and Review

Painter Help And Review

A little while ago, a guy named Joe gave me some help creating a Chat Style ListView.  While I was working on my app, he was working on his app called Painter. Joe is still making updates to the app, but it is a great app already. You are given the option of brush size, opacity and color. There are also eraser options for when you want to clear something.  For basic doodles, this would be fine. But, you can also load an image to make your doodles on top of. Of course, with the opacity option, it makes it Continue reading Painter Help And Review

Chat Style ListView

While I am continuing to add features to my Meetup for BlackBerry 10 app, I was wondering how I could add a chat like look when I show the Event Comments.  I was hoping that there would be a simple setting in the ListView to display the items in that format, but alas, that’s not the case.  However, with the help from Joe on the BBM Group for BB10 developer newbies (Baby Steps: BB Dev), we came up with a simple solution. The first step is to get your DataGroupModel in the right format.  When Meetup sends the Event Comments, Continue reading Chat Style ListView

In App link to BBM Channel

In my last post, I announced that I now had a BBM Channel.  As I mentioned, the main reason for creating the channel was for updates on any apps that I am creating for BB10.  As part of one of the updates to my Meetup app, I wanted a direct link to the channel, so that new users could subscribe and existing users a could see what I was up to as far as app development was concerned. I initially tried to add the link as a URL to launch from the app, but that only launches the browser and Continue reading In App link to BBM Channel