Jack Alex

Greenhorn
+ Follow
since Mar 19, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jack Alex

Greg Charles wrote:It seems a shame not to know any GUI framework for your language of choice. In point of fact though, I've done almost no Applet or AWT work for the past 15 years, and not even much Swing. Everything I do now is a web app.



I'm not very fond of GUI (in particular desktop applications) and the amount of GUI I do on Android development is plentiful.
11 years ago
Besides applet, swing and awt are the any other packages I should not bother with, considering my goals ?

Thanks.
11 years ago

You got somewhere to be?



I'd like to get hired within a year (CS student).
11 years ago
I currently know Java (still have to learn the standard library well) and I want to get started with JEE. I'm curious however, how well should I know JSE to transition to JEE ? I haven't done much programming in Java (besides some android programming) so, should I work on a couple of projects or contribute to an existing project before moving to JEE ? I don't want to delay too long starting with JEE because I'm somewhat on a tight schedule.

11 years ago
I'm having problems with what's suppose to be a simple thing to code. I create a list view with two columns: a checkbox and a text view. When the user clicks on the text view, I fire up an intent and when the user clicks on the checkbox (one or more of them) I want to grab the id and show a 'delete this textview' icon in the action bar. I don't understand how to listen for the event when the users checks a checkbox.

This sums up what I'm trying to accomplish


This is my main.xml which contains the List View:


The custom layout which is used to display the checkbox and the textview in the listview (msg.xml):


Main class:


If anyone can help I would be very grateful, I've been struggling with this for 2 days now.
12 years ago