rules or instructions that show or tell how something should be done
0
votes
3answers
38 views
UIBarButtonItem in footer of tableview, a violation of iOS Human Interface Guidelines?
Does it violate the iOS Human Interface Guidelines if I show a UIBarButtonItem in the footer view of a grouped tableview? Does it depend on the style?
It is quite nice to load a toolbar as the ...
0
votes
3answers
41 views
Testing guidelines for software developer teams
We are currently working on a guideline for testing. There is one point, where we could not come to a conclusion. What standards should be defined to ensure, that the developer test their code.
First ...
0
votes
1answer
26 views
Will there be any performance or quality issues if we use lambda expression in foreach loop?
I have a piece of code as below -
var serviceResponseItems = new List<ServiceResponseItems>();
foreach (var item in serviceResponse.SomeItems.Where(x => !string.IsNullOrEmpty(x.Id) ...
3
votes
3answers
106 views
void method with arguments AND return value methods without arguments?
I'm developing software in C# and I remember that I read an article with the following statement:
Design the methods of a class like this:
use a void method with argument(s) in order to change ...
0
votes
1answer
45 views
Easy way to create MessageBox with “custom button” [duplicate]
I've a winform application, and we are trying to make it ergonomic as possible, so we respect a lot microsoft guidelines.
We have some "Deletion confirmation" to implement, and according the ...
-1
votes
1answer
24 views
Specifications for an executable icon [closed]
When creating an application, in this case on Windows, what are some specification guidelines for creating the icon. So far I've seen the following:
256x256 16.8M 256x256 256
128x128 16.8M ...
0
votes
0answers
26 views
How do I connect with someone in Facebook developer relations?
I want to chat with someone in Facebook developer relations to make sure that my app is consistent with the letter and the spirit of the developer guidelines.
What is the best way to get in touch ...
1
vote
2answers
47 views
What makes a Feature and What a scenario in Gherkin and cucumber?
Say I am developing a Shopping cart, BDD, with Cucumber. A cart is rather complex and has many bells-and whistles, but this could be just as well for "a blog" or "a user profile".
I've always ...
0
votes
1answer
23 views
Is Control-Enter a generally accepted shortcut to mean “Accept” on Windows?
I'm developing a desktop app on Windows, and am currently binding the "Control-Enter" key to the "accept" command on dialogs and view/edit fields. It seems to me that this is a fairly common meaning ...
0
votes
1answer
29 views
Apple Human Interface Guidelines
Alright, so I was looking at the Apple Human Interface Guidelines, and apparently there's a rule that you can't display more than one sheet at a time. But then I went into X-Code, created a new ...
-3
votes
1answer
100 views
Will apple allow an iPhone app with embedded browser that does something against app guidelines [closed]
I want to create an app on the iPhone app that has some specific functionality. Apples current guidelines prohibit this functionality. We are currently planning on splitting the app up. ...
3
votes
4answers
64 views
CSS float proprerty issue ( + guidance )
I need some help figuring out why my layout is messy. Here is what I was working on :The Site. The green box should be inside the purple box. I think there is a floating issue. Since I don't fully ...
1
vote
2answers
36 views
Storage folder for video files and video “description” files in iOS - Apple Guidelines
Currently I'm developing an app which will download some videos from a "computer device".
These videos will be played in the app -> for proper sync. another file is needed (each video has its ...
0
votes
1answer
11 views
is there a specific rule for Ads including the Ad size and shape and if it is a full screen Ad or not
I'm trying to allow Ads in my iPad application. In the UI design I placed a specific area for the ads with a size of 420 * 500 pixels and I'm wondering if it is OK or not, and if it's not what should ...
0
votes
1answer
47 views
What does it mean? “The red box is the bounding box for the full asset.”
Here I read that: "... Android 2.3 ... The red box is the bounding box for the full asset."
and below said that there are two sizes of one icon:
Full Asset: 24w x 38h px (preferred, width may vary)
...
0
votes
0answers
90 views
Android Design Guidelines for Lockscreen Widgets
According to the Android developer guide on App Widgets:
The widgetCategory attribute declares whether your App Widget can be displayed on the home screen, the lock screen (keyguard), or both. ...
0
votes
2answers
68 views
Can an iOS native app be an exact copy of a mobile website? [duplicate]
I need to create a native iOS app (aiming for publication on App Store) that is a direct mirror of a website I have built using a PHP based CMS.
I've been researching different methods of doing this ...
5
votes
3answers
538 views
What's the meaning of “App must be built for iOS devices with Retina display”
Apple announced that recently: 'Starting May 1, new apps and app updates submitted to the App Store must be built for iOS devices with Retina display and iPhone apps must also support the 4-inch ...
1
vote
3answers
102 views
Python PEP 8 docstring line length
I've recently begun figuring it would be a good idea to follow PEP 8. I made my editor display the 80-column mark and am now attempting to wrap lines to fit in it. My question is this. In PEP 8 it ...
0
votes
1answer
47 views
iOS Data Storage Guidelines after add NSURLIsExcludedFromBackupKey property
I received, the next App review feedack:
"We found that your app does not follow the iOS Data Storage Guidelines, which is required per the App Store Review Guidelines.
In particular, we found that ...
0
votes
1answer
49 views
GoogleMaps api InfoWindow insert Html tags
How can I introduce HTML tags in a infowindow? I know how to display text but i want to style it and to arrange it using paragraphs <p> and divs <div> .
Here is my function that ...
0
votes
2answers
73 views
Enumeration Naming Guidelines, prefix?
I'm just wondering why it isn't a best practice to give all Enum's a prefix like Interfaces?
The letter I, indicates the type is an interface so why isn't the letter E used to indicate the type of ...
2
votes
1answer
273 views
How to make Android app that 'eats' the RAM memory
I know this sound crazy but is not :)
I have an application that gets killed when run on mobile phones that have low ram memory.
To test this app I need something that 'eats' the RAM, I do this so ...
0
votes
1answer
26 views
Correct directory for downloadable content
After my app was rejected by Apple today for not following the iOS Data Storage guidelines I'm a bit confused about which directory I should actually use.
The app is a fairly basic newsreading that ...
5
votes
2answers
109 views
Apple's “all or nothing” stance on iCloud: Is it a hard guideline?
The Apple documentation seems to consistently state that the user-generated documents should either all be stored locally or should all be stored on iCloud. Here is one example from this iOS page (the ...
2
votes
2answers
242 views
In JavaFX, should I use CSS or setter methods to change properties on my UI Nodes?
There are two ways to set properties on my UI nodes (labels, buttons, etc.)
I could use something like this:
Button b = new Button("Sample");
b.setTextFill( Paint.valueOf("red") );
...
0
votes
0answers
79 views
iOS HIG - double tap to reveal dialog boxes
I have an iPad app that reveals dialog boxes when the user double-taps various elements to revise the attributes of those elements. For example, when setting up a graph the labels for the x-points ...
0
votes
0answers
38 views
Notify promotion winners through Notification API
I know that the Promotion Guidelines clearly prohibits notifying the winner of a promotion through Facebook.
Would notifying winners through the notification API be a violation of this rule? (The ...
0
votes
1answer
44 views
use credits bought on a website inside app
If an user buy some credits on a website to book live video lessons, can he use those credits to book lessons in inside the app? The user won't be able to buy credits in app.
The guidelines 11.1 say:
...
0
votes
1answer
159 views
Load images from google drive (or other server) into a android application
I need guidelines from someone more experienced than me, ( in developing android applications and web images)
Here is the problem
I have an application with let say 10 images. And the user is ...
0
votes
1answer
89 views
Authentication and Logging
I am trying to build a small app (still in idea phase only) which is to work on Desktops, Mobiles and web platforms like Silverlight. Hence, I think WCF is the best way to support data exchange.
My ...
3
votes
1answer
95 views
What is the best way to use inline CSS to position elements around a block specified by an external stylesheet?
How do I specify a position for the form generated part of this page and then use inline CSS to place elements around it?
...
-1
votes
3answers
172 views
Learning Java GUI… Where to begin? [closed]
This topic is a bit confusing to me because there are multiple ways of creating a Java GUI such as applets or the Swing.
So, what kind of GUI should I learn and stick to (assuming I don't want to use ...
3
votes
2answers
160 views
What's the difference between a lite version and a demo?
The guidelines for iOS and the Mac App Store state that demo versions of apps are not allowed.
As far as I can tell, a lite version is (most of the time) just a demo with an IAP for the full version ...
0
votes
1answer
78 views
Unique email best practice in database
I am working with a node.js and mongoDB application with a simple user registration. Its important that an email address is unique.
Any opinion on how to verify uniqueness? I am thinking of 2 ways.
...
-4
votes
1answer
59 views
how to choose a framework in PHP for directory site? [closed]
I need to do a directory site in PHP (example: justdial.com).
Database and users would be large. My team is experienced in C# & MVC.
My client recommends symphony framework. I need expert ...
0
votes
1answer
73 views
Using UIWebView with preset address as option for physical goods payment in app
currently we are working on application, that is selling physical goods (auction style) and profit goes to charity. I've been searching through forums and only found out, that I should not use ...
0
votes
1answer
175 views
Apple review: section 11.14 of review guidelines to play content
I have developed an app containing medical documents. This app is going to be distributed through the app store for free.
The app can not be used by everyone, but it can be used only by doctors. For ...
2
votes
2answers
69 views
Mercurial branches with different codebase
I am struggling with figuring out a good method for handling my work flow using Mercurial. I have read many related questions here on SO and other places but couldn't find a reasonable solution.
...
-3
votes
1answer
48 views
I Need some design guidelines for typical drawing application
So,
I am working on an application that allows the user to paint with several tools in a canvas. Most of the tools that the user can use to paint and modify what he sees, are not standard (This is an ...
0
votes
5answers
522 views
Move from a frame to a frame in Swing
Unfortunately, our team leader has decided that we'll use Swing for this light desktop app. I have no previous experience in working with Swing. I will be working on the GUI side of the project. I've ...
0
votes
0answers
32 views
How to list the links to every application from some developer on gplay [closed]
If you open the link
https://play.google.com/store/apps/developer?id=Jessica+Smith
you will see many apps listed from this developer...
The thing I want to do is to create a list of link to every ...
5
votes
3answers
1k views
Is iPhone 5 display support *necessary* for app submission?
Quick question: Do new apps submitted now NEED to have customized UI's for the iPhone 5 display?
Details: I'm looking for a definitive resource / article which mentions whether new iPhone apps ...
18
votes
3answers
2k views
When to use Mockito.verify()
I write JUnits for 3 purposes:
To ensure that my code satisfies all of the required functionality, under all (or most of) the input combinations/values.
To ensure that I can change the ...
3
votes
2answers
64 views
Python use Class over dictionary and viceversa
It seems as though classes are great and dictionaries are great. both are great things to use. The question seems though that in python from reading online and talking to people that dictionaries are ...
0
votes
2answers
178 views
must all methods in AWT classes, i.e. non-Swing ones, be called in the EDT?
I recently learnt that Sun's/Oracle's most recent guidelines say that no Swing methods of any Swing objects, including constructors, must be called outside the EDT.
Does the same standard of rigour ...
1
vote
3answers
668 views
Android guidelines: multi pane layouts
I have a screen with search options. Clicking an option has the effect of showing a dialog or redirecting to another screen, which is why I can't use the "Settings" application approach: showing the ...
-1
votes
2answers
74 views
How to be compatible with HTML5 guidelines and practices
Everyone is talking about HTML5 but still it is a developing and an emerging technology. When we start to develop a new web site what are the steps or practices need to be there to say that we have ...
2
votes
3answers
96 views
How to choose log level?
Many loggers allow developer to set event level such as error, warning, info, debug and so on, and display only events with specific levels.
It is clear to me when to use error level, but how should ...
0
votes
1answer
36 views
Do in-app news updates count as Push Notifications for Apple?
So Apple's app store guidlines are strict about not doing push updates except through their server. Fine.
I wonder though: what counts as a push update? If my app shows users a message from the ...



