The development-approach tag has no wiki summary.
0
votes
0answers
31 views
Android SharedPreferences auto incrementing technique
I wanted some feedback on this approach. My apologies if this is confusing or nonsensical. (thats probably why I'm asking because im unsure.)
My app auto assigns clientID's to a textview at first ...
0
votes
2answers
28 views
Buying a tablet vs. phone for Android app development
I want to buy an Android device to do some testing for my Android apps. I was wondering what would be a better investment - Google's Nexus 7 Tablet which is only about $240 or a cheap Android phone?
...
-2
votes
1answer
20 views
How do I get a good start as an independent programmer? [closed]
I've been recently hired as an independent contractor for a very small firm the summer of my second year of college. I'm going to be working on a few independent projects in C#.
What's the best way ...
0
votes
3answers
37 views
WAMP servers… why just for web development
What is to stop you using a WAMP server (or similar) to run single-user business database applications day-to-day?
I read everywhere that WAMP and the like are intended for the development of web ...
0
votes
0answers
16 views
Symlinc from linux to windows in rails
I'm new of rails development. I have a rails project on linux, but it has to work in windows(unfortunately) too, i tried to copy the whole directory of the project on windows but it sais to me that ...
0
votes
0answers
45 views
What's wrong with this javascript programming approach? [closed]
Helllo people
I'm now developing an instant messaging system but I'm a little confused : I can't decide which approach do I have to choose!
Here is a code and I want you to tell me what is good/bad ...
0
votes
1answer
31 views
'A Way' to bring a website under git
I am wanting to bring our website under control of git. I have read quite a bit on git and I think I know how to procede.
We are hosted on an EC2 server. Becuase of the public/private key I think ...
1
vote
2answers
106 views
Windows embedded 8 development [closed]
I am new to the embedded series of Windows and have some questions.
First of all, which is the most used programming language in use for application development on Windows embedded systems: C++ or ...
0
votes
1answer
65 views
What Why and How to choose a CUDA library like cublas or arrayfire, for coding ML algorithm?
I propose to code an SVM variant on CUDA and I am at the very beginning. I try to decide whether to use a library or not and if I use a library what kind of drawback might have and which library comes ...
1
vote
1answer
54 views
fork on github, then how do I manage my contributions?
I'm a little unclear on the forkflow that is to follow a fork on github.
What if I have several small independent fixes of various bugs in the original repository, of a medium-sized project, say, ...
0
votes
0answers
16 views
What is the workflow to follow to create a webpage?
I am working for a UI development of a website. I have to create a web page. I have to use HTML5 and CSS3 concepts. If the browser doesn't support certain features I need to provide alternate or ...
0
votes
1answer
39 views
Making a web app which allows the user to view the server desktop
I did a pretty fair bit of scouring, yet could not find anything useful which answers my questions. Either that or I am asking the wrong questions.
I am trying to make a web application which gives a ...
1
vote
3answers
45 views
Strategy for finding OSGi bundles
What is your strategy for finding bundles when developing OSGi applications?
This is how I do It and I think it's kind of troublesome in some ways.
When I need a reference to lets say:
GroupId: ...
0
votes
0answers
12 views
What is the right approach when working with recent items list?
we have an application which allows a user to click on a link and view a report. In this point the report should be added to a 'Recent Reports List' which appear in his home page.
My question is, when ...
0
votes
1answer
226 views
Source code folder structure (bin, lib, src, config etc. ) for Java/Python applications [duplicate]
How do I decide the source code folder structure (bin, lib, src, config etc.) for Java applications? I mainly want to develop applications related to Data Mining and Information Retrieval. Are there ...
0
votes
2answers
69 views
Development approach for a dictionary application [closed]
I want to develop an application which runs over Android. It is a kind of dictionary app. There will be 2000-3000 daily used words for first version.
Maybe every day I will update my word pool. My ...
0
votes
0answers
76 views
How to support offline mode - Database Syncing Approaches
I have an
Online Database : MS SQL Server 2008
&
Database on device : Sqlite v3
They have the same schema and the same data.. at the start.
However the device is not always connected to the ...
1
vote
1answer
269 views
Android epub reader development approaching
I am writing a proposal for epub reader project which have ability to display vertical text for Japanese language. Firstly, I want to know the main flow of a book reader to load and read epub then ...
0
votes
0answers
40 views
Why the “database-first” isn't the ideal approach in rails?
In some courses, the mentors begin the app development right in the entities modeling, definition of the attributes, your types and rules(Null or not null, size, etc.), relations, associations and so ...
0
votes
1answer
43 views
Qt - approach to coding GUI
I have a Qt progam that I've made using Qt Creator. I made a .ui dialog (mainwindow.ui), and in the ui editor add the controls and slots. These end up creating methods in mainwindow.cpp eg.
void ...
2
votes
3answers
462 views
java: create a lookup table using hashmap or some other java collection?
Extending this question, I have accepted an answer which says use lookup table or hashmap for this case as it would be a better construct to handle multiple conditions.
Current construct.
Class ...
1
vote
0answers
39 views
Software Upgrading approaches [closed]
I would like to discuss and get some feedback on approaches for upgrading a 12 years old software.
The product has 20 major versions since it came out (~ 12 years ago):
1.0
1.1
1.2
etc
now the ...
0
votes
0answers
178 views
Approach for creating a single-page WordPress site
I've lately come across several cases where the client wants a single-page WordPress site, be it a Parallax solution, a contained frame or just a regular page with all content gathered. So far I've ...
0
votes
1answer
151 views
Approach to large object transfers in web services
I have to implement a SOA solution with web services. I have to transfer large objects (ex: Invoices of 25~30mb of XML data) and I wonder what's the best approach...
Should I:
A. transfer parts of ...
1
vote
1answer
112 views
Asp.Net development approach for scheduling resources for dates
I've recently started a small asp.net c# project for scheduling resources for dates. The specific task at hand is to allow me to assign workers to jobs on certain days for a number of hours. Basically ...
3
votes
1answer
66 views
Elegant approach when generating html that depends on dynamic information
I am a junior programmer working with Ruby on Rails. I am curious what is the best/elegant approach when you have to show content that has different states.
For example: I have a form on a page that ...
4
votes
1answer
243 views
Approach for selecting multiple phone numbers and email address
In an iPhone App, I want to add functionality of inviting friends from the Addressbook of iPhone. I have successfully fetched contacts from Addressbook and displayed them in UITableView (using custom ...
0
votes
1answer
32 views
What could be a better approach to use reference data in a WPF application?
This WPF application need to use some reference (seed) data, populates this data into various UI controls and based on user's interaction with these controls, creates an output record.
Current ...
0
votes
1answer
39 views
trying to determine an approach to my programming issue
I got this issue. I have about 10k xml files containing a bunch of performance data. I need to parce, and then import them into excel so I can generate a graph out of it.
I am trying to decide what ...
4
votes
1answer
307 views
Umbraco Virtual Nodes
I've current got a content structure similar to this:
Content
- Home
- Articles
- Article 1
- Article 2
- About
- Contact
- Users
- User 1
- Articles
- Article 3
- ...
1
vote
2answers
629 views
Alphabet mapped to values: How to find actual words that add up to given value?
I came across a G+ post where someone shared:
If
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Equals
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
...
1
vote
2answers
71 views
Basic site-wide search methodology?
I'd like to build a site-wide search for a website where all the content (or at least the searchable content) is to be stored in a database. The best way I can think of doing this without getting ...
0
votes
1answer
79 views
Best approach for customizing image with text on ios
I have a project to customize clothes ,let say a t-shirt, that have following features:
change colors.
add few lines of text ( <= 4) and change the font from a list.
add image or photo to the ...
0
votes
1answer
249 views
Best Practice to Build a Java SDK for a REST API
I'm about to develop a Java SDK against a REST API and would like to know what would be the best practice approach to building it. I've looked at Google and also used a number of SDKs which connect to ...
1
vote
1answer
55 views
Basis approach for Login and then listview
I'm working on an Android app that will display a ListView with items loaded from the web.
The ListView must be displayed after logging in to the app.
What I've done so far:
I created a Main ...
1
vote
0answers
74 views
How to index filtered records rendering the same view?
I am using Ruby on Rails 3.2.2 and I would choose the right way to proceed when I have to index "filtered" records rendering the same views.
That is, I have articles that are created by an user and ...
1
vote
2answers
40 views
what is the best approach to notify per email the user when an event occurs - django
So lets say that user x sends a message to user y on a website.
User y is notified on the website, but it doesn't get any email about this.
The only thing that I am thinking of to solve this is to ...
1
vote
2answers
96 views
TDD approach for developed source code
I have been given a source code. I have to implement TDD approach to it.
How ever the general approach for TDD is:
Write the test.
Fail it.
Write the code.
Pass the test.
Refactor, if necessary.
...
0
votes
1answer
54 views
Local values vs. Styles
Which approach is better for styling windows:
1. Properties in the elements like this:
<StackPanel Width="888" Height="491" Name="LoginBox" HorizontalAlignment="Center" ...
0
votes
1answer
421 views
Web Application Design Approach [closed]
Tools: ASP.net WebForms with C# using Visual Studio 2010
I'm developing my final year project ,I'm puzzled what's the good approach for building a webApp,
Let me know whats the short and to the point ...
-1
votes
1answer
177 views
How to sketch Android apps [closed]
I'm an absolut newbie.I've done a bit of reading and a bit of sample code exploring already.
My question now is: How should I approach the design of my firsts applications?
I mean, should I use ...
0
votes
1answer
103 views
Insert large volume of data to create a tree with 25k nodes
We are creating a tree structure with the help of a custom tool develop in JavaScript/Jquery.
It works great now we have to create that tree with help of a feed file (CSV file).
I am working on ...
0
votes
2answers
195 views
What is the best approach to make android apps?
I was just reading a tutorial at
http://courses.coreservlets.com/Course-Materials/pdf/android/Android-Programming-Basics.pdf
It has 3 ways in which android applications can be build
• Java-based
...
0
votes
1answer
45 views
programming approach for better performance [closed]
Which approach is better?
Initialize everything at the start of application and free it at the end of application(exit).
Or Initialize when you need it and free it after using it.
And does it ...
1
vote
1answer
62 views
Programming by Assumption VS. What
When we approach a project in a top-down fashion, we often call it programming by assumption.
What should we call it when we create the building blocks first, and then proceed to build our project?
...
2
votes
3answers
136 views
The correct way to use Git?
I have a bin/ folder with tons of Bash, Python scripts and some C code.
In this folder, I did:
git init
git add file_name
I thought git add . would not be good because it would think that all the ...
0
votes
1answer
59 views
Searching inside documents - right approach
We are developing a web based application (asp.net 3.5 with sql server 2005) where we need to handle and search inside the documents uploaded by users.
We have the following flow which is working ...
-3
votes
2answers
775 views
Efficient Algorithm/code to print a 2D Array into Spiral Format [closed]
Please write a efficient code/algorithm in java to print a two dimensional array [m][n] in a spiral format ?
For ex. if the array provided by the user is :
1 2 3 4
5 6 7 8
1 2 3 4
5 6 7 8
...
3
votes
2answers
1k views
Right way to format date with strings like today, yesterday, tomorrow etc
I have a date textview. And my textview holds a date string like 2011.09.17. Well I still do want to have that but I also want to add some more user friendly info for some specific dates like today or ...
0
votes
1answer
330 views
Holder pattern approached differences and performance comparisons
I have seen two ways of doing the same thing, and I do not know what is faster and what is better , and what is the difference . . .
I mean only this few row at the begging are differences and ...



